-
Hi
i'm in the process of converting NIMA based on MobileNetV2 architecture (pytorch) model to CoreML (model can be found here https://modelzoo.co/model/nima).
Did manage to export model from P…
-
in this nvidia article (linked below) about your work you show layer visualizations of mobilenet. I tried to do that in a project of mine but it failed with multiple libraries (e.g. lucid : https://gi…
-
I want to do distributed training on PASCAL VOC2007. When running the code “ PYTHON=python3 ./tools/dist_train.sh configs/mask_rcnn_r50_fpn_1x.py 2 ”, the training could not be started. How should I …
-
Are there any pretrained ResNet models? I get
```
patwie@pc~/git/tensorpack/examples/ResNet (master) $ ./load-resnet.py --load /tensorpack_data/ImageNet-ResNet50.npy --input cat.jpg --depth 50
[061…
-
Hi guys,
I followed instructions from https://github.com/tensorpack/tensorpack/tree/master/examples/FasterRCNN
use commad
python .\train.py --config MODE_MASK=True MODE_FPN=False DATA.BA…
-
I checked the deploy.prototxt of the neuralnet provided in the demo file, and found that the LRN layer was removed. This would lead to a greater accuracy decline than the actual Ristretto claims of 1%…
-
Hi,
When I am running the training script `./tools/dist_train.sh configs/cascade_rcnn_r50_fpn_1x.py 1` on a single GPU for PASCAL VOC 2007 dataset, I get the following error:
```
Traceback (most …
-
when I run the code
`model = models.InceptionV1()`
`model.load_graphdef()`
I meet an error:
TimeoutError Traceback (most recent call last)
D:\Anaconda\lib\urllib\re…
-
If I add using CuArrays to the top of the script, I get the following error:
```
$ julia vision/cifar10/cifar10.jl
ERROR: LoadError: GPU compilation of #23(CuArrays.CuKernelState, CUDAnative.CuD…
-
Hi,
Thanks for sharing this great work!
I just need a small clarification on your code, specifically when you set the hyperparameters for your model.
# Classification Problems
Looking at t…