You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Although these two loss layers are specified, when I start training, it immediately fails with this error message:
Traceback (most recent call last):
File "/home/mainak/digits/digits/scheduler.py", line 394, in task_thread
task.run(**options)
File "/home/mainak/digits/digits/task.py", line 161, in run
self.before_run()
File "/home/mainak/digits/digits/model/tasks/caffe_train.py", line 98, in before_run
self.save_prototxt_files()
File "/home/mainak/digits/digits/model/tasks/caffe_train.py", line 158, in save_prototxt_files
assert len(loss_layers) > 0, 'must specify a loss layer'
AssertionError: must specify a loss layer
Any idea where I might be going wrong? Also, I believe DIGITS is not whining about a loss layer after removing it himself? Also, is it possible at all to pre-train an auto-encoder in DIGITS?