We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfdcc4 commit 1936f7eCopy full SHA for 1936f7e
deepmd/tf/train/run_options.py
@@ -68,9 +68,9 @@ def get_backend_info(self) -> dict:
68
return {
69
"Backend": "TensorFlow",
70
"TF Ver": tf.version.GIT_VERSION,
71
- "Built With TF Ver": TF_VERSION,
72
- "Built With TF Inc": GLOBAL_CONFIG["tf_include_dir"].replace(";", "\n"),
73
- "Built With TF Lib": GLOBAL_CONFIG["tf_libs"].replace(";", "\n"),
+ "Built with TF Ver": TF_VERSION,
+ "Built with TF Inc": GLOBAL_CONFIG["tf_include_dir"].replace(";", "\n"),
+ "Built with TF Lib": GLOBAL_CONFIG["tf_libs"].replace(";", "\n"),
74
}
75
76
def get_device_name(self) -> str | None:
0 commit comments