spiceai
spiceai copied to clipboard
When specifying the `--number-episodes` command-line parameter, the dashboard doesn't use that value
Describe the bug The dashboard uses the default number of episodes instead of the number of episodes requested for a training.
To Reproduce
- Clone the
spiceai/quickstarts
repo. - Navigate to the
serverops
directory in the quickstarts repo. - Run
spice add quickstarts/serverops
- Run
spice run
- (In a separate console window) Run
spice train serverops --number-episodes 20
- Open a browser to http://localhost:8000/pods/serverops and observe the denominator for the episode progress is not correct
Expected behavior The dashboard would show the correct denominators for the episode progress.
Screenshots
Additional context Add any other context about the problem here.