kiddyboots216 / CommEfficient

PyTorch for benchmarking communication-efficient distributed SGD optimization algorithms
71 stars 20 forks source link

No module named "fixup" #2

Closed tdye24 closed 3 years ago

tdye24 commented 3 years ago

When I run "python cv_train.py" I got an error. image

kiddyboots216 commented 3 years ago

You should comment out any import statements that use fix-up.

On Tue, Nov 24, 2020, 7:02 AM tdye24 notifications@github.com wrote:

When I run "python cv_train.py" I got an error. [image: image] https://user-images.githubusercontent.com/38368472/100111384-01d4b500-2ea9-11eb-8234-14c789f4025d.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kiddyboots216/CommEfficient/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYNT7YOPOMARXCHDCZ3SRPDJFANCNFSM4UBABITA .

tdye24 commented 3 years ago

You should comment out any import statements that use fix-up.

It doesn't work, there are many package import errors. Could you please post the latest code?

kiddyboots216 commented 3 years ago

The version on GitHub is the latest version. Can you post the error you're getting so I can help?

On Tue, Nov 24, 2020, 4:14 PM tdye24 notifications@github.com wrote:

You should comment out any import statements that use fix-up.

It doesn't work, there are many package import errors. Could you please post the latest code?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kiddyboots216/CommEfficient/issues/2#issuecomment-733340938, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYLT6LQ7TDZUGX4X6KLSRRD6LANCNFSM4UBABITA .

tdye24 commented 3 years ago

The version on GitHub is the latest version. Can you post the error you're getting so I can help? On Tue, Nov 24, 2020, 4:14 PM tdye24 @.***> wrote: You should comment out any import statements that use fix-up. It doesn't work, there are many package import errors. Could you please post the latest code? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYLT6LQ7TDZUGX4X6KLSRRD6LANCNFSM4UBABITA .

There many code which imports the fix-up module, it throws more package import error if i just comment out the import statements related to the fix-up module. I wonder if you have the troubles?

Recnetly, I am reading your paper "FetchSGD: Communication-Efficient Federated Learning with Sketching" published on ICML2020. I have serveral questions I cannot work out. Could I ask you some questions related to your paper. It would be better if i could contact you using wechat or twitter.
image

kiddyboots216 commented 3 years ago

You can message me on Twitter, @PandaAshwinee.

What you want to do is comment out the lines which import the fixup files themselves;

[image: image.png]

On Tue, Nov 24, 2020, 4:40 PM tdye24 notifications@github.com wrote:

The version on GitHub is the latest version. Can you post the error you're getting so I can help? … <#m_-7803693531954202679_m_6788890976904760631_m3233434344977999062> On Tue, Nov 24, 2020, 4:14 PM tdye24 @.***> wrote: You should comment out any import statements that use fix-up. It doesn't work, there are many package import errors. Could you please post the latest code? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#2 (comment) https://github.com/kiddyboots216/CommEfficient/issues/2#issuecomment-733340938>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYLT6LQ7TDZUGX4X6KLSRRD6LANCNFSM4UBABITA .

There many code which imports the fix-up module, it throws more package import error if i just comment out the import statements related to the fix-up module. I wonder if you have the troubles?

Recnetly, I am reading your paper "FetchSGD: Communication-Efficient Federated Learning with Sketching" published on ICML2020. I have serveral questions I cannot work out. Could I ask you some questions related to your paper. It would be better if i could contact you using wechat or twitter. [image: image] https://user-images.githubusercontent.com/38368472/100167039-10e35380-2ef9-11eb-93f6-46ced2fd4f4b.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kiddyboots216/CommEfficient/issues/2#issuecomment-733376203, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYMJNUJR37BWXVJY5VDSRRG65ANCNFSM4UBABITA .

kiddyboots216 commented 3 years ago

It appears that the image didn't attach. You want to comment out the lines in models/init.py that reference fixup.

xiayuanj commented 1 year ago

The version on GitHub is the latest version. Can you post the error you're getting so I can help? On Tue, Nov 24, 2020, 4:14 PM tdye24 @.***> wrote: You should comment out any import statements that use fix-up. It doesn't work, there are many package import errors. Could you please post the latest code? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFM2FYLT6LQ7TDZUGX4X6KLSRRD6LANCNFSM4UBABITA .

There many code which imports the fix-up module, it throws more package import error if i just comment out the import statements related to the fix-up module. I wonder if you have the troubles?

Recnetly, I am reading your paper "FetchSGD: Communication-Efficient Federated Learning with Sketching" published on ICML2020. I have serveral questions I cannot work out. Could I ask you some questions related to your paper. It would be better if i could contact you using wechat or twitter. image

I am also facing this problem. May I ask if you have solved this problem?

kiddyboots216 commented 1 year ago

Hi, you want to comment out the lines in models/init.py that reference fixup.

I should probably do an update to the GitHub to fix these issues.

xiayuanj commented 1 year ago

Hi, you want to comment out the lines in models/init.py that reference fixup.

I should probably do an update to the GitHub to fix these issues.

OK, thank you so much!