CapsNet-Tensorflow icon indicating copy to clipboard operation
CapsNet-Tensorflow copied to clipboard

A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules

Results 29 CapsNet-Tensorflow issues
Sort by recently updated
recently updated
newest added

Is there a way to save this model in SavedModel or frozen_graph format? I am trying to do inference using Tensorrt, which only supports these two formats.

thanks your codes. I finished the normal version, but when I used the dist_version, it occurs a issue. The errors shows "AssertionError :assert not np.isnan(loss_value)" in distributed_train.py. in line 132....

作者您好,我想纵向比较下显卡性能,您能告诉我,在默认配置下,您得训练所用时间是多少么,我现在正在用tesla显卡训练,如果训练结束,我会告诉您,我得用时:》

I want to use tensorflow-api【c++】 to use CapsNet. Is there such a possibility?

1. Y = valY[:num_val_batch * cfg.batch_size].reshape((-1, 1)) what is the use of this line in main.py? 2.Can we use the code for RGB image dataset? 3.What is the use of...

How to determine the vector length and can anybody explaine to me about what it represent?

Hi, I want to train the model on character dataset where the images are 48x48x3. When I change the size of the image it shows me an error at this...

Changed Tensor.shape into Tensor.get_shape() Since tensorflow deprecated it.

Is it possible to use in machine learning for medical imaging using MRI dataset?

Hi,i'm Using Caps-Net to Handle High-dimensional and Small-sample Problems, but train cannot converge。My data dimension is 6670, 2 classes. what should i do ,thanks a lot