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.
When I try to debug MXNet with lstm bucketing example(and I tested some others) by vs2013,
MXNet throw 'vector iterator not dereferencable' error in DEBUG version,
but it does not occur in RELEASE version.
The error is from function
'GraphExecutor::CachedSegOpr GraphExecutor::CreateCachedSegOpr' at 1086 line
I use the test code at this link: https://github.com/dianyancao/mxnet/blob/master/example/rnn/lstm_bucketing.py
How to fix this error?
The text was updated successfully, but these errors were encountered:
When I try to debug MXNet with lstm bucketing example(and I tested some others) by vs2013,
MXNet throw 'vector iterator not dereferencable' error in DEBUG version,
but it does not occur in RELEASE version.
The error is from function
'GraphExecutor::CachedSegOpr GraphExecutor::CreateCachedSegOpr' at 1086 line
I use the test code at this link:
https://github.com/dianyancao/mxnet/blob/master/example/rnn/lstm_bucketing.py
How to fix this error?
The text was updated successfully, but these errors were encountered: