deep_lagrangian_networks icon indicating copy to clipboard operation
deep_lagrangian_networks copied to clipboard

Thank you very much for sharing,, could you please let me know the corresponding version of the library to install?

Open zxz330 opened this issue 1 year ago • 1 comments

Hello,thank you for your interesting work and for sharing the code and the paper.But I ran into some issues while implementing it, could you please let me know the corresponding version of the library to install? Such as python, pytorch, jax, matplotlib,and so on. I would appreciate it if you could share.

This is my problem Traceback (most recent call last): File "/home/z/deep_lagrangian_networks/example_DeLaN.py", line 38, in train_data, test_data, divider = load_dataset() ValueError: too many values to unpack (expected 3)

I think this may be the reason for the different versions.

I look forward to hearing from you

zxz330 avatar Oct 05 '24 20:10 zxz330

Hi, the ValueError has now been fixed (PR https://github.com/milutter/deep_lagrangian_networks/pull/5 ) I also added a requirements file for the package versions.

I hope it works for you, if you were still in need.

Brandon-Johns avatar Nov 24 '24 05:11 Brandon-Johns