-
Hi
I'm a beginner and running the this code
I installed keras 2.0.2, theano0.9.0 with (anaconda3)python3.5. and coding by pycharm on windows10.
but I'm getting an error after image_zooms_training.p…
-
I succesfully compiled caffe version of the code but Iam getting error after executing below command
python2 lowrank_approx.py \
--model models_vgg/vgg_deploy.prototxt \
--config models_vgg/con…
-
Hi,
I've tried to build my own vgg16 with my code [gennet](https://github.com/zxqcreations/gennet) which is used to generate CNNs. By following vgg's paper, I generated a vgg16 model by myself (use…
-
I just used the fine-tune example, but changed to resnet.
These are my commands.
```
1 DATASET_DIR=../data/Logos/VOC-Logos/tfrecords/
2
3 TRAIN_DIR=./log/
4 CHECKPOINT_PATH=../SSD-Tens…
-
Following this link instructions https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md.
I have trained a custom model on my own dataset.
**Here is the .yml file I used:**
```
network_p…
-
I'm using vgg16 convNet. When I remove the forth maxpooling layer, I got this error:
InvalidArgumentError (see above for traceback): exceptions.ValueError: operands could not be broadcast together wi…
-
Check for the implementation of RNN models in Pytorch.
This model does not have to deal with actual image data, just the features extracted from the VGG-16.
So this model needs to know the exac…
-
# Bug Report
### Which model does this pertain to?
resnet50-v2-7.onnx
bvlcalexnet-3.onnx
googlenet-9.onnx
vgg16-7.onnx
### Describe the bug
when I run the python script load onnx model …
-
新人求助!!!
**环境:**
OS:Windows 10
Python:3.6
tf:tf-gpu
**报错内容如下:**
(tf-gpu) C:\Users\yuzy0\Downloads\text-detection-ctpn-banjin-dev>python ./main/train.py
C:\ProgramData\Anaconda3\envs\tf-gpu\lib\s…
-
I tried to reduce the usage of VRAM (GTX 1070, 8GB). I replace the VGG-16(19) model with NIN model, and I replace the L-BFGS with adam. Reference from [memory usage](https://github.com/jcjohnson/neura…