deepmd.tf.model.model_stat#
Alias for backward compatibility.
Functions#
| |
| Pack data for statistics. |
|
Module Contents#
- deepmd.tf.model.model_stat.make_stat_input(data, nbatches, merge_sys=True)[source]#
Pack data for statistics.
- Parameters:
- Returns:
- all_stat:
A dictionary of list of list storing data for stat. if merge_sys == False data can be accessed by
all_stat[key][sys_idx][batch_idx][frame_idx]
- else merge_sys == True can be accessed by
all_stat[key][batch_idx][frame_idx]