Fix trainer with unsupervised loss (#2436)
* Don't try to use labels in unsupervised losses I hope that is the right way of fixing this... * fix it by duplicating most code in send_job (works on my machine) I will probably need to find a way to reuse the code * try to fix it reusing the code... not sure though * Revert "try to fix it reusing the code... not sure though" This reverts commit f308cac6df712da3619fb05b14f3345f0ec07b9a. * check the type of the training label to fix the issue instead
Showing
Please register or sign in to comment