|
My Project
|
Functions | |
| save_benchmark (duration, final_loss, epoch_history) | |
| train () | |
Variables | |
| int | PLUGIN_PARAM_COUNT = 9 |
| int | EPOCHS = 100 |
| int | LR = 1e-4 |
| int | BATCH_SIZE = 8 |
| str | DATASET_PATH = "../data/processed/presets.json" |
| str | BENCHMARK_FILE = "../benchmarks/history.json" |
| str | MODEL_SAVE_PATH = "../saved_models/my_plugin_ai.pth" |
| train.save_benchmark | ( | duration, | |
| final_loss, | |||
| epoch_history ) |
| train.train | ( | ) |
| int train.BATCH_SIZE = 8 |
| str train.BENCHMARK_FILE = "../benchmarks/history.json" |
| str train.DATASET_PATH = "../data/processed/presets.json" |
| int train.EPOCHS = 100 |
| int train.LR = 1e-4 |
| str train.MODEL_SAVE_PATH = "../saved_models/my_plugin_ai.pth" |
| int train.PLUGIN_PARAM_COUNT = 9 |