Skip to content

Commit dd3c1de

Browse files
authored
Update doc for init-frz-model (#1107)
* enable init-frz-model support for the original model within the dp train interface * add init_variables method for ABC * add doc for embedding_net method * update doc for init-frz-model
1 parent 8727956 commit dd3c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/train/training-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ optional arguments:
109109

110110
**`--restart model.ckpt`**, continues the training from the checkpoint `model.ckpt`.
111111

112-
**`--init-frz-model frozen_model.pb`**, initializes the training with an existing model that is stored in `frozen_model.pb`. Note that the `init-frz-model` command only supports the compressed model currently!
112+
**`--init-frz-model frozen_model.pb`**, initializes the training with an existing model that is stored in `frozen_model.pb`.
113113

114114
On some resources limited machines, one may want to control the number of threads used by DeePMD-kit. This is achieved by three environmental variables: `OMP_NUM_THREADS`, `TF_INTRA_OP_PARALLELISM_THREADS` and `TF_INTER_OP_PARALLELISM_THREADS`. `OMP_NUM_THREADS` controls the multithreading of DeePMD-kit implemented operations. `TF_INTRA_OP_PARALLELISM_THREADS` and `TF_INTER_OP_PARALLELISM_THREADS` controls `intra_op_parallelism_threads` and `inter_op_parallelism_threads`, which are Tensorflow configurations for multithreading. An explanation is found [here](https://stackoverflow.com/questions/41233635/meaning-of-inter-op-parallelism-threads-and-intra-op-parallelism-threads).
115115

0 commit comments

Comments
 (0)