-
I've tried to test vgg16.v2.caffemodel with VGG16's test.prototxt in demo.py, but its output is incorrect.
I wonder where is the corresponding prototxt file of vgg16.v2.caffemodel?
-
Hi, How do we train imagenet data?
-
# Reference
- [ ] [paper - 2019 - NAS-Bench-201: Extending the Scope of Reproducible Neural Architecture Search](https://arxiv.org/abs/2001.00326)
- [ ] [Github - NAS-Bench-201 - D-X-Y](https://git…
-
Hi
can you tell me how to train my datasets?
-
#### 数据集名称与简介(Dataset Overview)
http://www.image-net.org/challenges/LSVRC/2012/index
http://image-net.org/about-overview
#### 作者信息(Author Information)
http://image-net.org/about-people
#### 数…
-
Good evening!
I am trying to run the code in this repository, but the function download_url spawns a time-out exception when it tries to download [https://hanlab.mit.edu/files/OnceForAll/ofa_cvpr_t…
-
I tried to run training example on Pascal VOC 2007 dataset with VGGnet. After getting the result .cktp files(checkpoint file, model.ckpt.data-00000-of-00001, ckpt.index, ckpt.meta), I ran demo.py with…
-
Hi @mathildecaron31 and @TouvronHugo,
thank you for sharing the code to your inspirational work. I am trying out fine-tuning experiments using DINO (teacher) on following downstream datasets: CIFAR10…
-
Hi Authors
Thanks for sharing your code!
Do you have any tips for where to find an imagenet 32x32 dataset as used in your work?
The link stored by tensorflow_datasets is broken (so tfds and …
-
I have trained a mobilenet based ssd from scratch using `trainval set in VOC2007/2012`. Now it has an mAP at 0.425539 and seems hard to make large improvement. It might be limited without a pretrained…