|
|
|
@ -16,7 +16,6 @@ class AITrainer {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
async train_unified() {
|
|
|
|
|
this.l.log(`${this.a.fgreen}${this.a.hicol}Unified training mode activated.${this.a.reset}`);
|
|
|
|
|
let filepath = path.join(
|
|
|
|
|
this.root_dir,
|
|
|
|
|
"..",
|
|
|
|
@ -51,7 +50,6 @@ class AITrainer {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
async train_all() {
|
|
|
|
|
this.l.log(`${this.a.fgreen}${this.a.hicol}Split (default) training mode activated.${this.a.reset}`);
|
|
|
|
|
let index = [];
|
|
|
|
|
for(let gateway of this.repo_gateway.iterate()) {
|
|
|
|
|
let filepath = path.join(this.root_dir, "..", this.settings.ai.output_directory, `${gateway.id}.json`);
|
|
|
|
|