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
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.
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 :)
Hi, your work is so great!
There is a small problem here. I can't find
TemporarilyAddMemory
this file, but you usedfrom optimizers.TemporarilyAddMemory import TemporarilyAddMemory
in the 22nd line of themain.py
file.https://github.com/epfml/error-feedback-SGD/blob/master/main.py#L22
Have you forgotten to upload this file ?
The text was updated successfully, but these errors were encountered: