neulab / xnmt

eXtensible Neural Machine Translation
Other
185 stars 44 forks source link

Error when running experiments #587

Open thak123 opened 4 years ago

thak123 commented 4 years ago

python: /tmp/pip-install-w7kb2nw6/dynet/build/py3.7-64bit/eigen/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h:262: static void Eigen::internal::TensorExecutor<Expression, Eigen::GpuDevice, Vectorizable>::run(const Expression&, const Eigen::GpuDevice&) [with Expression = const Eigen::TensorAssignOp<Eigen::TensorMap<Eigen::Tensor<float, 1, 0, long int>, 0, Eigen::MakePointer>, const Eigen::TensorCwiseBinaryOp<Eigen::internal::scalar_sum_op<float, float>, const Eigen::TensorMap<Eigen::Tensor<float, 1, 0, long int>, 0, Eigen::MakePointer>, const Eigen::TensorMap<Eigen::Tensor<float, 1, 0, long int>, 0, Eigen::MakePointer> > >; bool Vectorizable = false]: AssertioncudaGetLastError() == cudaSuccess' failed.`Fatal Python error: Aborted Thread 0x00007fbf53a04700 (most recent call first): File "/home/TILDE.LV/gaurish.thakkar/miniconda3/lib/python3.7/threading.py", line 300 in wait File "/home/TILDE.LV/gaurish.thakkar/miniconda3/lib/python3.7/queue.py", line 179 in get File "/home/TILDE.LV/gaurish.thakkar/miniconda3/lib/python3.7/site-packages/tensorboardX-2.0-py3.7.egg/tensorboardX/event_file_writer.py", line 200 in run File "/home/TILDE.LV/gaurish.thakkar/miniconda3/lib/python3.7/threading.py", line 926 in _bootstrap_inner File "/home/TILDE.LV/gaurish.thakkar/miniconda3/lib/python3.7/threading.py", line 890 in _bootstrap Current thread 0x00007fbf82951740 (most recent call first): File "/home/TILDE.LV/gaurish.thakkar/experiments/xnmt-lattice/xnmt/train/regimens.py", line 44 in backward File "/home/TILDE.LV/gaurish.thakkar/experiments/xnmt-lattice/xnmt/train/regimens.py", line 164 in run_training File "/home/TILDE.LV/gaurish.thakkar/experiments/xnmt-lattice/xnmt/experiments.py", line 115 in __call__ File "./xnmt/xnmt_run_experiments.py", line 102 in main File "./xnmt/xnmt_run_experiments.py", line 123 in <module> Aborted (core dumped)