Allan Niemerg
Allan Niemerg
I installed Visual-qa in a Docker container run on a Mac. While running get_started.sh, I ran into trouble with > python dumpText.py -split train -answers modal Running that line separately,...
when running trainMLP.py, the training crashes in Keras' Progbar. The problem appears to be the following line 108: `progbar.add(args.batch_size, values=[("train loss", loss)])` loss should probably be a float value of...
The following line: `from root_numpy import root2array, rec2array ` triggers the error: ImportError: No module named 'root_numpy' Perhaps root_numpy needs to be added to the environment.yml file?