-
The code works fine on CPU
I get this error when I run on my Server with GPU
$python textcaps_emnist_bal.py --cnt 200
Using TensorFlow backend.
/home/app-admin/Lalith_Avinash/textcaps/venv/lib64…
-
At the end of the first epoch the following error raised :
`ValueError: Layer model expects 2 input(s), but it received 4 input tensors.
`
The code also raise warnings:
```
Epoch 1/50
/Users…
-
When I was running code in Google Colab, I encountered the following error message:
`File "capsulenet.py", line 244, in routings=args.routings)`
` File "capsulenet.py", line 50, in CapsNet
name…
-
When I run capsulenet.py, I have this error:
`ImportError: Failed to import pydot. You must install pydot and graphviz for pydotprint to work.`
But, I have installed pydot and graphviz:
pydot==…
-
I got the same error on OS X 12.1 as well as on Google CoLab Pro.
OS X
tf.__version__
'2.5.0'
CoLab
tf.__version__
2.6.0
```
-------------------------------------------------------------…
-
from keras.utils import plot_model
plot_model(model)
Showing this error.
ImportError: Failed to import `pydot`. Please install `pydot`. For example with `pip install pydot`.
1. I installed --
…
-
Given the outstanding results in [Dynamic Routing Between Capsules](https://arxiv.org/pdf/1710.09829.pdf), I think for that
> Being able to go from idea to result with the least possible delay is k…
-
Hi Xi Feng,
May I ask whether you had tried training capsule on cifar-10 or cifar-100 datasets?
My attempt to replicate the paper on cifar-10 accuracy only achieve a 0.54 accuracy. I have set bo…
-
Code:
````import tensorflow as tf
from utils import AffineVisualizer, Dataset
from models import EfficientCapsNet
mnist_dataset = Dataset('MNIST', config_path='config.json') # only MNIST
mode…
-
Hello, Guo.
I have tried the data in my RGB data.
However, the problem always exists:
Traceback (most recent call last):
File "capsulenet-multi-gpu.py", line 166, in
multi_model.fit_gene…