You need to sign in or sign up before continuing.
Fix potential dead lock in PyDataProvider2 (#140)
This bug occasionally causes dead lock in test_RecurrentGradientMachine In general, conditional_variable::notify should be used together with mutex for changing condition.
Showing
想要评论请 注册 或 登录