-
https://github.com/dhrim/cup_deeplearning_seminar/blob/master/%EA%B5%90%EC%9C%A1%EC%9E%90%EB%A3%8C/deep_learning/VGG16_classification_and_cumtom_data_training.ipynb
-
how can i download vgg16.tflearn?
-
Hi Seul-Ki,
Thank you for your great work!
When I ran your code, I faced this bug, when you have time, can you have a look?
"prune_vgg.py", line 407, in prune
R_tot, data_tot, time_tot =…
-
-
This framework works perfectly! I was wondering if this framework can possibly examine the VGG16 trained on the cifar10 dataset?
-
I am having a hard time trying to figure out, how is structured the prototxt for every layer. Can you please send me these prototxt data. Thanks, @sammy-su - my email: ju.jeffri.v@gmail.com
-
I downloaded the vgg16-notop pretrained weights,but when I want to load the weights it always show me:
KeyError: "Can't open attribute (Can't locate attribute: 'nb_layers')"
the environment is{ spy…
-
I assume launch_inference.sh is meant to run inference on the motorcycle image. But so far it's been going for over 30 mins with no end in sight. I also noticed it calls launch.py in `--train` mode. I…
-
Should I use `coco_vgg16_faster_rcnn_final.caffemodel` from:
`wget www.cs.berkeley.edu/~rbg/faster-rcnn-data/coco_vgg16_faster_rcnn_final.caffemodel`
or should I use the .caffemodel in data/imagenet_m…
-
I use `torch.utils.serialization.load_lua` Python pkg to load the `vgg_normalised_conv5_1.t7`, the net is as followed:
```
In [7]: vgg1 = load_lua('models/vgg_normalised_conv1_1.t7')
In [8]: vgg1…