-
SImilar to LeNet,AlexNext, GoogLeNet... it would be good if VGG net is also added as one of the default networks to select from..
-
I have met the following problem when I tried to use SSD to detect only the dog class in VOC2007 dataset. So the number of class is two, and I have modified the parameter "num_classes" in ssd_vgg_300…
-
Hi,
I am trying to run ssd_pascal_train.m. Matconvnet is compiled using beta version 25 with GPU support and with Visual studio 2015. Demo code with pretrained network is running fine. But when tryin…
-
When I run the code, it stops at this line:
https://github.com/imatge-upc/detection-2016-nipsws/blob/dbcc3ac46b4e2a8841eadd1cbc46ee58c6d9a2a8/scripts/image_zooms_training.py#L76
The error messag…
-
In weight pruning with ImageNet dataset, the sources of baselines VGG-16 and RESNET-50 are not found. From where the pretrained model can be downloaded or training can be run?
-
When I try to execute the main/train.py in new version code and receiving this error
/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/gradients_impl.py:112: UserWarning: Converting sparse…
-
1.直接执行python train.py -c conf/wave.yml就可以了?
我的电脑显示以下信息就没有动过了什么情况?
{
INFO:tensorflow:vgg_16/conv1/conv1_1
………………
INFO:tensorflow:vgg_16/fc7
INFO:tensorflow:vgg_16/fc8
INFO:tensorflow:Use pretrai…
-
Hi ,@balancap
Thanks for you hard work to implement SSD on TensorFlow!
And now I want to train my own model on my own Dataset:
1. I create a Dataset like Pascal VOC 2007.
2. Because I want t…
-
I am able to convert caffenet, but got an error when I try it with vgg16.
F0312 08:11:17.590416 30365 insert_splits.cpp:35] Unknown blob input data to layer 0
**\* Check failure stack trace: ***
Abor…
-
Hello! I’m very new to machine learning and I’m trying to convert a trained VGG-16 based model (with a modified fc layer) from keras to pytorch. Can MMdnn help with this? If yes, how should I go about…