airpack_scripts.tf2.run_training
¶
Module Contents¶
-
airpack_scripts.tf2.run_training.
train
(data_folder, n_epoch=10)¶ Script used to train the
airpack.tf2.model.default_network()
.Note
You may modify the parameters in this script to tune the hyperparameters of the
airpack.tf2.model.default_network()
.- Parameters
data_folder (Union[str, os.PathLike]) – Location of training data
n_epoch (int) – Number of epochs in training process
- Returns
Training accuracy
- Return type
float