Skip to content
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

Unknown argument in config file: inference_batchsize #14

Open
Takashibobbob opened this issue Oct 25, 2023 · 0 comments
Open

Unknown argument in config file: inference_batchsize #14

Takashibobbob opened this issue Oct 25, 2023 · 0 comments

Comments

@Takashibobbob
Copy link

Hello,
I start to use coordinates and delta-forces to train the network. However, when I typed the command "CUDA_VISIBLE_DEVICES=0 python /users/ssyjb1/torchmd-net/torchmdnet/scripts/train.py --conf train.yaml --log-dir train_light" it shows the error below. Can you help me solve this issue?

(torchmd-net) [ssyjb1@popeye data]$ CUDA_VISIBLE_DEVICES=0 python /users/ssyjb1/torchmd-net/torchmdnet/scripts/train.py --conf train.yaml --log-dir train_light
/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/site-packages/torch_geometric/typing.py:18: UserWarning: An issue occurred while importing 'pyg-lib'. Disabling its usage. Stacktrace: /users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/site-packages/libpyg.so: undefined symbol: _ZNK5torch8autograd4Node4nameB5cxx11Ev
  warnings.warn(f"An issue occurred while importing 'pyg-lib'. "
/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/site-packages/torch_geometric/typing.py:42: UserWarning: An issue occurred while importing 'torch-sparse'. Disabling its usage. Stacktrace: /users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/site-packages/torch_sparse/_version_cuda.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
  warnings.warn(f"An issue occurred while importing 'torch-sparse'. "
Traceback (most recent call last):
  File "/users/ssyjb1/torchmd-net/torchmdnet/scripts/train.py", line 206, in <module>
    main()
  File "/users/ssyjb1/torchmd-net/torchmdnet/scripts/train.py", line 127, in main
    args = get_args()
           ^^^^^^^^^^
  File "/users/ssyjb1/torchmd-net/torchmdnet/scripts/train.py", line 109, in get_args
    args = parser.parse_args()
           ^^^^^^^^^^^^^^^^^^^
  File "/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/argparse.py", line 1869, in parse_args
    args, argv = self.parse_known_args(args, namespace)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/argparse.py", line 1902, in parse_known_args
    namespace, args = self._parse_known_args(args, namespace)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/argparse.py", line 2114, in _parse_known_args
    start_index = consume_optional(start_index)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/argparse.py", line 2054, in consume_optional
    take_action(action, args, option_string)
  File "/users/ssyjb1/anaconda3/envs/torchmd/envs/torchmd-net/lib/python3.11/argparse.py", line 1978, in take_action
    action(self, namespace, argument_values, option_string)
  File "/users/ssyjb1/torchmd-net/torchmdnet/utils.py", line 150, in __call__
    raise ValueError(f"Unknown argument in config file: {key}")
ValueError: Unknown argument in config file: inference_batchsize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant