-
I'm using caffe (the newest version) for facial expression recognition recently. I use the resnet-50 v1 model to do this. While when testing with trained model, I find that the test accuracy changes w…
-
Thank you for your Resnet implementation with MxNet. This is a good example especially for beginner.
I still follow this project and follow the train steps for imagenet. We want to reproduce your res…
ghost updated
5 years ago
-
try
```
python train_imagenet.py --ngpu 4 --workers 20 --arch resnet --depth 50 --epochs 100 --batch-size 256 --lr 0.1 --att-type BAM --prefix RESNET50_IMAGENET_BAM ./data/ImageNet
```
showing err…
-
Hello,
I have tried a few examples from tensorflow/model with morphnet (lenet and resnet), a simple mnist model (https://github.com/mengdong/morph-net/blob/master/morph_net/examples/mnist/mnist-tut…
-
Hi, I want to use resnet_50.pth pre-trained encoder to extract 3D feature maps from medical images. Is the following method correct? It seems strange that the parameters of width, height, depth and nu…
-
hi there.
when I'm starting training model, this error will reporting in command prompt but a few second after it, training will go on.
(tensorflow1) C:\tensorflow1\models\research\object_detect…
-
When I try to use tensorrt to transformer this model to tensorrt model for speed.It Shows
`2018-05-07 10:45:45.609149: I tensorflow/contrib/tensorrt/convert/convert_graph.cc:383] MULTIPLE tensorrt c…
-
Hi, I am getting the following error when running the mnist example via fpm
```
$ fpm run --example mnist --profile debug --compiler ifort
mod_constants.f90 done.
mod_random…
ofmla updated
2 weeks ago
-
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
from model import generate_model
File "/Users/adarshjamadandi/…
-
+ set -e
+ export PYTHONUNBUFFERED=True
+ PYTHONUNBUFFERED=True
+ GPU_ID=0
+ DATASET=pascal_voc
+ NET=res101
+ array=($@)
+ len=3
+ EXTRA_ARGS=
+ EXTRA_ARGS_SLUG=
+ case ${DATASET} in
+ TRA…