-
Hi, I am trying to retrain all layers of the VGG-16 pretrained model from matlab with my data set. I set all weights{2} of the conv layers to zeros in the cnn_train script. However the error remains …
-
## 💥 Proposal
Brain Tumor Detection using VGG-16 through images
Dataset to be used : https://www.kaggle.com/datasets/navoneel/brain-mri-images-for-brain-tumor-detection
-
Hi, I use your hls4ml lib to implement VGG16 on Cifar-10 dataset. The project can passed synthesis, but syn reports too many II vilation. Another problem is that cannot load weight correctly. Could yo…
-
Hello,
I downloaded and compiled a fresh copy of darknet from this repository, but when using the command:
./darknet classifier predict cfg/imagenet1k.data cfg/vgg-16.cfg vgg-16.weights data/e…
-
when i read the code fcn_32s.py , i find that it called function vgg.vgg_16 and passing into a parameter called fc_conv_padding="SAME".
logits, end_points = vgg.vgg_16(mean_centered_…
ghost updated
7 years ago
-
I am trying to load the VGG-16 layer caffe model on the Jetson Tk1 but I get a segmentation fault while loading the model . RAM is 4GB. Is there any work around to this?
-
I am trying to fine-tune the VGG-16 pretrained model using TF-Slim however, i am having trouble at the beginning (when attempting to preprocess the data i.e convert the images from tiff to jpeg and t…
Doc84 updated
7 years ago
-
请问自己训练模型的时候到了这一步 过了一段时间进程被kill掉了 原因是内存不足吗?
-
Hello everybody my question is simple. I know how to fine-tune with AlexNet but when I apply the same idea with VGG-verydeep-16 i received: Error using gpuArray/max... I think that is because I prepar…
-
It's solved.