Wiki
This commit is contained in:
@@ -129,8 +129,8 @@ const datasets = computed<ErrorDataset[]>(() => {
|
||||
}"
|
||||
:data="{
|
||||
labels: props.iterations.reduce((labels, iteration) => {
|
||||
if (!labels.includes(`Époch ${iteration.epoch}`)) {
|
||||
labels.push(`Époch ${iteration.epoch}`);
|
||||
if (!labels.includes(`Époque ${iteration.epoch}`)) {
|
||||
labels.push(`Époque ${iteration.epoch}`);
|
||||
}
|
||||
return labels;
|
||||
}, [] as string[]),
|
||||
|
||||
Reference in New Issue
Block a user