Anonymous

Results 5 issues of Anonymous

Hi, I have tried to reproduce the reported result. However, my results are lower than the paper claimed. The results are shown below: ``` Evaluating on val_seen env ... Epoch:...

Hi, I have tried to reproduce the reported result. However, my results are lower than the paper claimed. The results are shown below: ``` Evaluating on val_seen env ... Epoch:...

Where is the source code ? This repository contains only a pretrained model and 0 source code.

In `capsule_em.py`, `votes = tf.reshape(tf.matmul(output, w), [batch_size, caps_num_i, caps_num_c, 16]) ` when training with` tf.matmul`, gpu usage is very low, usually around 50% or less sometimes. Why does this happen...

I read that in [#11](https://github.com/airsplay/R2R-EnvDrop/issues/11), there is another version of the code that is able to reproduce the reported result. However, is that code repo the same as the one...