python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
When I convert a my trained pytorch model to coreml model, I got this error:
File "/Users/lion/Documents/MyLab/web_workspace/sky_replacement/venv/lib/python3.9/site-packages/torch/jit/_serializat...
Yue Zhang
Votes: 0
Answers: 2
Model accuracy not improving in CNN for image classification
I am using ResNext architecture for classification. the training dataset contains approximately 31000 images distributed among 61 classes. And validation dataset contains appx. 4500 images. but unfort...
Bishal Mondal
Votes: 0
Answers: 0
Can Someone Validate my RESNET Machine Learning Code with TensorFlow?
I am a PhD student working on a machine learning project with binary classification and RESNET architecture in TensorFlow. I believe I have done everything correctly but I am looking for some validati...
karl-gardner
Votes: 0
Answers: 0
How to deploy image classifier with resnet50 model on AWS endpoint to predict without worker dying?
Created a imageclassifier model built on renet50 to identify dog breeds. I created it in sagemaker studio. Tuning and training are done, I deployed it, but when I try to predict on it, it fails. I bel...
Jackson Putnam
Votes: 0
Answers: 1