-
hi, @zhreshold, I want to reimplement RefineNet in mxnet ,which require every batch has it's own priorboxes. So Imodified the code of multibox_target from your project .
I changed the 3 files. m…
-
Hi, I had this error: InvalidArgumentError (see above for traceback): logits and labels must be same size: logits_size=[36864,2] labels_size=[40000,2]. I think this is why my masks are in gray scale (…
-
Hi I would like to train RefineNet-Res101 using default CamVid dataset containing in the project but after running this command "python main.py --mode train --dataset CamVid --crop_height 720 --…
-
When I use one GPU to train, there is no problem. But when I use two or four GPUs, the problem come out. The log output:
terminate called after throwing an instance of 'caffe2::EnforceNotMet'
w…
-
@GeorgeSeif
get_pretrained_checkpoints.py returned the following error. Worked fine for vgg and inception_v2-v4.
(python 3.5.4).
Any suggestion? Thank you!!
-----------------------------
mv…
-
Hi Neta,
I tried to run the sensitivity analysis for filter with the following command 'python3 compress_classifier.py -a resnet20_cifar --data ../../../data.cifar10/ -j 12 --resume=../ssl/checkpo…
-
For bugs or installation issues, please provide the following information.
The more information you provide, the more likely people will be able to help you.
## Environment info
Operating System:…
-
Have you balanced\weighted the classes for Pascal VOC 2012?
https://discuss.pytorch.org/t/multilabel-classification-under-unbalanced-class-distributions/2950
I can't see any specific code here:
h…
-
We want to implement following models (ordered after priority):
1. [FCN](https://arxiv.org/abs/1605.06211)
2. [SqueezeNet](https://arxiv.org/abs/1602.07360)
3. [SegNet](https://arxiv.org/abs/1511…