Manyi-Yang
Manyi-Yang
You can add the following commands (for example) in the training model of param.json. In this case, from iteration 10 (training_reuse_iter), your training will restart based on the NN model...
No, You have no need to modify the param.json for every new iteration. "training_reuse_iter": 10, means that from iteration, your training will always restart based on the NN model of...
Since your training was based on the old model, which was trained using the structures generated from former iterations. and in the new training, we need to pay more attention...