Help me solve this error #3898
experiment-23
started this conversation in
General
Replies: 1 comment
-
Please provide more details about how to reproduce the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
WARNING:tensorflow:From /home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/tensorflow_core/python/compat/v2_compat.py:65: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version.
Instructions for updating:
non-resource variables are not supported in the long term
WARNING:root:Environment variable KMP_BLOCKTIME is empty. Use the default value 0
WARNING:root:Environment variable KMP_AFFINITY is empty. Use the default value granularity=fine,verbose,compact,1,0
Traceback (most recent call last):
File "/home/apps/DL/DL-CondaPy3.7/bin/dp", line 10, in
sys.exit(main())
File "/home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/deepmd/main.py", line 63, in main
train(args)
File "/home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/deepmd/train.py", line 85, in train
_do_work(jdata, run_opt)
File "/home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/deepmd/train.py", line 89, in _do_work
model = NNPTrainer (jdata, run_opt = run_opt)
File "/home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/deepmd/Trainer.py", line 67, in init
self._init_param(jdata)
File "/home/apps/DL/DL-CondaPy3.7/lib/python3.7/site-packages/deepmd/Trainer.py", line 86, in _init_param
raise RuntimeError('unknow model type ' + descrpt_type)
Beta Was this translation helpful? Give feedback.
All reactions