-
2024-09-14 04:23:33,200 - CRITICAL - Can not load tensorflow or keras, stopping
2024-09-14 04:23:33,201 - CRITICAL - Can not load tensorflow or keras, stopping
--------------------------------------…
-
I've been getting NAN output with vgg16 ~50% of the time resulting in a black or scrambled-tv-reception output.
With vgg19 and NIN it happens less than 0.1% of the time.
I'm using all the same p…
-
I cannot seem to find the best model's weights anywhere in the repo, i.e. the `vgg16_caffe.pth` weights
Is there an URL anywhere for a download?
-
你好,很荣幸看到你的VGG的finetune程序,在运行您的程序时,出了点问题,想向您请教!
我是把您的47类换成了2类,在运行下面的程序时,报错:
net, endpoint = vgg.vgg_16(inputs, num_classes=None, is_training=is_training, dropout_keep_prob=dropout_keep_prob)
报错如下:…
-
DrBox-v2-tensorflow >: cat nlp.o2215624
/opt/gridengine/default/spool/sge_execd/node413/job_scripts/2215624: line 1: ge:: command not found
Running on host: node413.
In directory: /home/d/dc593/Dr…
-
python train.py --num-class 1 --class-name billboard --num-example 936 --train-path records\25_train.rec --val-path records\25_val.rec --gpus 0 --batch-size 16
C:\Users\stefa\Anaconda2\lib\site-packa…
-
The main code mention "vgg16.npy" which does not exist!
(only "vgg16.py")
-
we found that in the paper Chapter 4.2 : "ResNet101 [13] or VGG16 [36] pre-trained on ImageNet [7]". However, at adaptive_teacher/configs/faster_rcnn_VGG_cross_city.yaml, VGG16 did not used the pre-tr…
-
I downloaded vgg16 model here.
https://www.cntk.ai/Models/Caffe_Converted/VGG16_ImageNet_Caffe.model
Then, I'm trying to use above model to the cntk/Examples/Image/Classification/VGG/Python/VGG16_I…
-
How to change VGG16 network with ResNet?