-
From https://developercommunity.visualstudio.com/content/problem/248606/you-guys-have-ruined-visual-studio-1571.html
See the internal bug 612876, in the diagnostics tab, for the project sources and…
-
I wonder, did you also get any reconstruction results while training/testing? If so, could you please share them here with us?
-
Hi,
I have the following lines;
```
vector_j = theano.tensor.reshape(self.masked_v, ((self.batch_size, -1)))
fc1 = lasagne.layers.DenseLayer(vector_j, num_units=512)
```
vector_j is a thea…
-
Presently, we are use 4-dim data flow to build most of our models, **BatchSize x W x H x Channels** or **BatchSize x Channels x H x W**.
Is it possible to build 5-dim data flow? Maybe **BatchSize x…
dwSun updated
6 years ago
-
Presently, we are use 4-dim data flow to build most of our models, **BatchSize x W x H x Channels** or **BatchSize x Channels x H x W**.
Is it possible to build 5-dim data flow? Maybe **BatchSize x…
dwSun updated
6 years ago
-
How can we use ur code in other RGB dataset?
Suppose the structure of dataset is like that. it contains some sub-folder. Each sub-folder represents one class.
Class A:
0001.jpg 1
0002.jpg…
-
I am noticing that even with all parameters that control for size, it still takes 20 seconds to complete an epoch. Any idea why that is?
So the summary looks like this:
```
_____________________…
ghost updated
6 years ago
-
I'm looking for the modified code of the CapsNet that you used to train on the CIFAR-10 data and it is not available here. Are you planning to add the architecture code?
ghost updated
6 years ago
-
run the script 'capsulenet-multi-gpu.py'
a error occurs.
from PIL import Image
ImportError: No module named 'PIL'
How can i add the PIL file?
Thanks for your attention!
-
CapsNet [(airxiv)](https://arxiv.org/abs/1710.09829) defines a Capsule Layer (primary or secondary) which outputs activity vectors representing instantiation parameters of a specific entity. Routing b…