duartegroup / mlp-train

MLP training for molecular systems
MIT License
24 stars 9 forks source link

Running DA_paper examples: successes and errors #81

Open tanoury1 opened 6 months ago

tanoury1 commented 6 months ago

Hi, I'm running through the full set of DA_paper examples from a successfully built mlptrain-ace environment. Here are my results so far:

Traceback (most recent call last): File "/cluster/home/tanoury/Duarte-codes/mlp-train/examples/DA_paper/1d_fes/fes.py", line 40, in us.run_umbrella_sampling(irc, File "/cluster/home/tanoury/Duarte-codes/mlp-train/mlptrain/sampling/umbrella.py", line 454, in run_umbrella_sampling window_traj = window_process.get() File "/cluster/home/tanoury/miniconda3/envs/mlptrain-ace/lib/python3.9/multiprocessing/pool.py", line 771, in get raise self._value julia.core.JuliaError: Exception 'SystemError: opening file "./endo_in_water_ace_wB97M.json": No such file or directory' occurred while calling julia code: D = load_dict("./endo_in_water_ace_wB97M.json")

All the best, Jerry

tanoury1 commented 6 months ago

Hi, Still plugging away at running your code in my environment.
I was able to get around some of the above errors by editing some of the scripts on my own copy (not sure if the specific workaround/edits are the correct way to address the errors??).

I was able to fix this by changing 'copied_exts' to 'copied_substring'

After I made these changes, the subsequent errors were: julia.core.JuliaError: Exception 'SystemError: opening file "./endo_in_water_ace_wB97M.json": No such file or directory' occurred while calling julia code: D = load_dict("./endo_in_water_ace_wB97M.json")

I presume this json file would be the actual mlp from the explicit training.

All the best, Jerry explicit_training_error.txt