|
|
@@ -175,7 +175,7 @@ function Experiment() { |
|
|
} |
|
|
} |
|
|
timerId = setTimeout(() => { |
|
|
timerId = setTimeout(() => { |
|
|
getTensorBoardStatus(experimentIn); |
|
|
getTensorBoardStatus(experimentIn); |
|
|
}, 1000 * 1000); |
|
|
|
|
|
|
|
|
}, 10 * 1000); |
|
|
timerIds.set(experimentIn.id, timerId); |
|
|
timerIds.set(experimentIn.id, timerId); |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|