AssertionError #544
Unanswered
lammps-vasp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
caep003@ln06 ~/DP_ZHANG/water/OH-3> dp test -m frozen_model.pb -s ./data -d resu lt
WARNING:tensorflow:From /public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/pytho n3.8/site-packages/tensorflow/python/compat/v2_compat.py:96: disable_resource_va riables (from tensorflow.python.ops.variable_scope) is deprecated and will be re moved 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 g ranularity=fine,verbose,compact,1,0
2021-04-20 19:24:22.097617: I tensorflow/core/platform/cpu_feature_guard.cc:143] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA
2021-04-20 19:24:22.622310: I tensorflow/core/platform/profile_utils/cpu_utils.c c:102] CPU Frequency: 2300000000 Hz
2021-04-20 19:24:22.631996: I tensorflow/compiler/xla/service/service.cc:168] XL A service 0x560fa0e24a70 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2021-04-20 19:24:22.632078: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
---------------output of dp test---------------
testing system : ./data
Traceback (most recent call last):
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/bin/dp", line 10, in
sys.exit(main())
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/main.py", line 79, in main
test(args)
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/test.py", line 43, in test
err, siz = test_ener(dp, args, append_detail = (cc!=0))
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/test.py", line 119, in test_ener
test_data = data.get_test ()
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/Data.py", line 139, in get_test
self._load_test_set(self.test_dir, self.shuffle_test)
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/Data.py", line 250, in _load_test_set
self.test_set = self._load_set(set_name)
File "/public/home/users/caep003/DP_ZHANG/deepmd-kit/lib/python3.8/site-packag es/deepmd/Data.py", line 281, in _load_set
assert(coord.shape[1] == self.data_dict['coord']['ndof'] * self.natoms)
AssertionError
Beta Was this translation helpful? Give feedback.
All reactions