-
Notifications
You must be signed in to change notification settings - Fork 31
DISCO training fails silently #607
Copy link
Copy link
Closed
Description
Clicking on the "Train" button in the pre-defined tasks of the DISCO frontend, both in local and on the website doesn't start the training.
The error is only triggered when using the web client, local tests all pass.
Steps to reproduce the behavior:
- Go to any pre-defined tasks such as the MNIST task, either on the website or on your local instance running the
developbranch - Click on 'NEXT' two times until reaching the training step. (Uploading data doesn't change the outcome)
- Click on 'Train Alone' or 'Train collaboratively'
- Inspect element and check the console logs:
TypeError: this.datasetBuilder.isBuilt is not a function
startTraining index.js:95
Lc index.js:7
Lc index.js:3
startTraining index.js:93
0 templateLoader.js:29
d runtime-core.esm-bundler.js:155
p runtime-core.esm-bundler.js:164
t runtime-dom.esm-bundler.js:369
Expected behavior
Clicking on the Train button should start the training successfully or return an error message to the user specifying there is a problem, such message could be: "You didn't uplaod any data" or "The service is currently unavailable".
Desktop (please complete the following information):
- MacOS
- Firefox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
