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
Minpy is a pure Numpy Interface on the top of MXNet. So it can run on GPUs. It's simple to use by swapping import numpy as np with import minpy.numpy as np