mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
WIP implementing training
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
"base_model": "/path/to/base/model",
|
||||
"training_folder": "/path/to/output/folder",
|
||||
"is_v2": false,
|
||||
"device": "cpu",
|
||||
"device": "cuda",
|
||||
"gradient_accumulation_steps": 1,
|
||||
"mixed_precision": "fp16",
|
||||
"logging_dir": "/path/to/tensorboard/log/folder",
|
||||
|
||||
"process": [
|
||||
{
|
||||
"type": "fine_tune"
|
||||
|
||||
Reference in New Issue
Block a user