Open gruossomonica opened 3 years ago
Unfortunately, I cannot reproduce your error (GTX 1070 GPU with 8 GB memory)
However, your GPU seems to be very small. Perhaps, a GPU with more memory solves this problem. Alternatively, you can also reduce the sequence-length from 4 to 3 or to 2.
Hi, Thanks for your interesting work. I tried to perform network inference:
sh scripts/inference_LSTM_ICNet.sh
. I built the singularity container correctly on Ubuntu 18.04. I used a GTX 1060 GPU with 6 GB memory. I got the following error restoring the pre-trained model:tensorflow.python.framework.errors_impl.DataLossError: not an sstable (bad magic number)
Here the full error in my terminal:
Can anyone help me? What went wrong?