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 has been archived by the owner on Nov 17, 2023. It is now read-only.
Operating System:
ubuntu 16.04
I just operated the example. And i turn down the batch size, the error remains.
-> train_iter = mx.io.NDArrayIter(X_train, batch_size=batch_size)
(Pdb) continue
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
the error comes out after loading data.
My gpu is GTX1060,6G.
Who can help me ?
The text was updated successfully, but these errors were encountered:
Operating System:
ubuntu 16.04
I just operated the example. And i turn down the batch size, the error remains.
-> train_iter = mx.io.NDArrayIter(X_train, batch_size=batch_size)
(Pdb) continue
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
the error comes out after loading data.
My gpu is GTX1060,6G.
Who can help me ?
The text was updated successfully, but these errors were encountered: