Results 7 issues of aspnetcs

configs/training.json is useless, changing the learning rate in it does not work at all, the learning rate I have been using is CosineAnnealingLR

when I run the following command python train.py --data=configs/data.json --vocab=configs/vocab.json --training=configs/training.json --model=configs/model.json --output=results/full/ the result is Loaded 76322 formulas from data/train.formulas.norm.txt Bucketing the dataset... Traceback (most recent call last): File...

WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions. Traceback (most recent call last): File "attention.py", line 37, in out,state = tflib.ops.FreeRunIm2LatexAttention('AttLSTM',emb_seqs,ctx,EMB_DIM,ENC_DIM,DEC_DIM,D,H,W) File "/home/rootx/me/im2latextensorflow/im2latex-tensorflow-master/tflib/ops.py", line 625, in FreeRunIm2LatexAttention V...

In Ablation studies on MSRVTT ,the CE - P,CG model does not exist (http://www.robots.ox.ac.uk/~vgg/research/collaborative-experts/data/models/msrvtt-train-full-moee/5738fb92/seed-0/2020-01-07_15-27-15/trained_model.pth) Where is the model(http://www.robots.ox.ac.uk/~vgg/research/collaborative-experts/data/models/msrvtt-train-full-moee/5738fb92/seed-0/2020-01-07_15-27-15/trained_model.pth)?