Google colab crash immediately when using decoder.decode(...).
LeDuySon opened this issue · 2 comments
LeDuySon commented
When im using decode method, my google colab end its session immediately
SanjanaGoyal25 commented
Did it get resolved?
Alex7Li commented
You can check the logs, this seems to happen whenever an assertion fails. I have the log
FATAL: "(probs_seq[i].size()) == (vocabulary.size())" check failed. The shape of probs_seq does not match with the shape of the vocabulary
which causes colab to crash. It would be good if we could avoid crashing colab and just print an error message though