error-feedback-SGD
error-feedback-SGD copied to clipboard
Cannot find 'TemporarilyAddMemory'
Hi, your work is so great!
There is a small problem here. I can't find TemporarilyAddMemory this file, but you used from optimizers.TemporarilyAddMemory import TemporarilyAddMemory in the 22nd line of the main.py file.
https://github.com/epfml/error-feedback-SGD/blob/master/main.py#L22
Have you forgotten to upload this file ?
Thanks for pointing this out! We indeed forgot to clean up our code properly. For now, just commenting out this line should fix the issue. Let me know if it works :)
You're welcome. I found class TemporarilyAddMemory in the /utils/convex_opt.py file.
You are right and I can fix it by commenting out this line.
Still have to say, your work is so great!