-
- [x] Food101, classif, implem in #191
- [X] CIFAR10
- [X] CIFAR100
- [X] Birdsnap, must improve the crawler with multi-threading and python3 , implem in #219
- [X] SUN397, implem in #223
- [x…
-
**Describe the bug**
I have found an issue training a PyTorch based model with SageMaker. The training job stalls and does not return any log at a certain point. I have tried to run the same training…
-
I'm getting an error due to the last batch of the training data loader being smaller than the others (it has 31 instead of 32 items).
(Something I think we got to disappear a long time ago.)
The …
-
Hello, I'm practicing oxford pet detection with MMdeteciton, but the power I have is small, so I made the batch size small as below code to reduce gpu memory usage.
but when I run it, gpu power cons…
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04
- TensorFlow version and how it was installed (source or binary): 2.4.0, binary
- TensorFlow-Addons ve…
-
I ran the scripts/oxford_iiit_pet.py and got a saved model in model_path.
now I would like to load this model with:
`model = tf.keras.models.load_model(model_path)`
but I get:
> ValueError: …
-
**System information**
- OS Platform and Distribution (Windows 10):
- TensorFlow installed from (binary):
- TensorFlow version: GPU 2.0 beta
- Python version: 3.6
- Installed using virtualenv? pi…
-
Hey there
Really cool writeup and experiments. I'm looking into doing something similar and have some ideas I want to try out. Is there a possibility to get hold of your training data?
Thanks & …
-
Create CNN OpenCV pet detection with Oxford Pets Dataset
-
I just started exploring this library with my own dataset, and I found training is very slow. I haven't profiled why this is slow compared with my vanilla classification workflow. But I tried to test …