deepmd.tf.entrypoints.transfer
Module used for transfering parameters between models.
Functions
transfer(*, old_model, raw_model, output, **kwargs)
| Transfer operation from old fron graph to new prepared raw graph. |
Module Contents
- deepmd.tf.entrypoints.transfer.transfer(*, old_model: str, raw_model: str, output: str, **kwargs)[source]
Transfer operation from old fron graph to new prepared raw graph.
- Parameters:
- old_model
str frozen old graph model
- raw_model
str new model that will accept ops from old model
- output
str new model with transfered parameters will be saved to this location
- **kwargs
additional arguments