Chih-Chiang Tsou
Chih-Chiang Tsou
Thanks, I changed it accordingly, here is the error after that. raceback (most recent call last): File "capsule_network_emb.py", line 738, in engine.train(processor, get_rt_iterator(True), maxepoch=NUM_EPOCHS, optimizer=optimizer) File "C:\Users\cct\AppData\Local\Continuum\anaconda3\lib\site-packages\torchnet\engine\engine.py", line 63, in...
Thank you very much again, after changing to "meter_loss.add(state['loss'].data.cpu())" as suggested and it seems working. Here is the pytorch and cuda version I am using here pytorch: v1.1.0 cuda: nvcc...
I also have the same question, from the results I got the q values are either 0, 512, or 1024. there is no other value in between. Could you tell...