-
Notifications
You must be signed in to change notification settings - Fork 528
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
one error to compress a model #795
Comments
Which version of deepmd-kit was used for the model training? |
Sorry to the late reply, the version info of the deepmd-kit used for the model training is :DEEPMD: ---Summary of the training---------------------------------------DEEPMD: installed to: /tmp/pip-req-build-gek426j1/_skbuild/linux-x86_64-3.8/cmake-installDEEPMD: source : v1.2.2-85-gb96112e-dirtyDEEPMD: source brach: develDEEPMD: source commit: b96112eDEEPMD: source commit at: 2020-11-26 14:12:51 +0800 |
I used 'dp convert-from -I old.pb -o new.pb ‘1.2’ ' to transform the old model into the new model (2.0 support). then used "/opt/deepmd-kit-2.0.0.b3/bin/dp compress -i SiClda1_c3.pb -o SiClda1_com.pb input2.json " to compress the model, but I have get the similar error:2021-07-13 17:39:10.288795: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.10.1 DEEPMD INFO stage 1: train or refine the model with tabulation
|
I noticed the warning: |
but the batch was set "auto" in the input file for dp-compress.
|
Can you provide your input file? |
the below is my input file: { |
#869 reported a same error. |
Fixed in #882. |
Merge devel to master
*Summary
I use "dp compress -i SiClda1.pb input.json -o SiCldaC1.pb" to compress a model and it goes wrong. How can I adress this problem?
Deepmd-kit version, installation way, input file, running commands, error log, etc.
Steps to Reproduce
Further Information, Files, and Links
The text was updated successfully, but these errors were encountered: