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 Nov 17, 2023. It is now read-only.
Interestingly, this difference in performance does not exist on a Linux machine (with or without GPU). That is, I don't see any difference in speed between Linux' mxnet-cu92==1.3.1 and mxnet-cu92==1.4.0.post0, or mxnet==1.3.1 and mxnet==1.4.0.post0:
Note that the Linux packages all install a 1.4.0.post0 version that doesnt' seem to exist for MacOs. Is there a reason for that?
I am experiencing significant slowdowns with the latest pypi release of
mxnet==1.4.0on MacOs when running transformer training with Sockeye:Interestingly, this difference in performance does not exist on a Linux machine (with or without GPU). That is, I don't see any difference in speed between Linux'
mxnet-cu92==1.3.1andmxnet-cu92==1.4.0.post0, ormxnet==1.3.1andmxnet==1.4.0.post0:Note that the Linux packages all install a
1.4.0.post0version that doesnt' seem to exist for MacOs. Is there a reason for that?