Skip to content

Commit

Permalink
web-client/Trainer: reset logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Apr 29, 2024
1 parent bb6f2bb commit e6cc4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-client/src/components/training/Trainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ async function startTraining(distributed: boolean): Promise<void> {
try {
training.value = disco.fit(dataset);
logs.value = List()
for await (const roundLogs of training.value)
logs.value = logs.value.push(roundLogs);
Expand Down

0 comments on commit e6cc4d4

Please sign in to comment.