-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems on running the code #2
Comments
Hi @dbai1989 - thanks for your interest, happy to help as much as possible. I just did a fresh clone of this repository and ran the command you have above: I see the same warnings you do, but I also see things continue and complete the few iterations specified in the default. You should see output like this:
Do you see more beyond the warnings posted above? |
I went ahead and cleaned up those warnings and pushed an update. So, on my laptop, this runs without any warnings now. I am on mac OSX, using python from macports and tensorflow from pip. But I've also run this on: Nvidia A100, V100, intel skylake, AMD Rome, on a mix of ubuntu, SUSE, and RHEL. Are you using a job scheduler perhaps? Maybe it's splitting stderr and stdout? |
Dear authors,
I am interested in your PRL paper and trying to run the code locally on my PC.
After installing all the required packages, the package still cannot work properly.
The command line "python bin/stochastic_reconfiguration.py run_id=MyTestRun" cannot give proper outputs,
but return the following error messages:
"
/home/dbai/anaconda3/lib/python3.8/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'config': Defaults list is missing
_self_
. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more informationwarnings.warn(msg, UserWarning)
/home/dbai/anaconda3/lib/python3.8/site-packages/hydra/core/default_element.py:122: UserWarning: In 'wavefunction/DeepSets': Usage of deprecated keyword in package header '# @Package group'.
See https://hydra.cc/docs/next/upgrades/1.0_to_1.1/changes_to_package_header for more information
deprecation_warning(
/home/dbai/anaconda3/lib/python3.8/site-packages/hydra/core/default_element.py:122: UserWarning: In 'optimizer/Flat': Usage of deprecated keyword in package header '# @Package group'.
See https://hydra.cc/docs/next/upgrades/1.0_to_1.1/changes_to_package_header for more information
deprecation_warning(
/home/dbai/anaconda3/lib/python3.8/site-packages/hydra/core/default_element.py:122: UserWarning: In 'hamiltonian/Nuclear': Usage of deprecated keyword in package header '# @Package group'.
See https://hydra.cc/docs/next/upgrades/1.0_to_1.1/changes_to_package_header for more information
deprecation_warning(
"
My platform is Debian GNU/Linux 10 (buster).
We also try to install the packages on other Linux distributions. Unfortunately, none of the installations work properly.
If possible, would you please take a look at the problem? Or could you please explain in more detail the environment that you run the code? Thanks a lot.
The text was updated successfully, but these errors were encountered: