dluvizon/deephar

something wrong about the eval_penn_multitask.py

dandingol03 opened this issue · 2 comments

HI,when i run the eval_penn_multitask script, it is blocked when it is evaluating on 2D action recognition. Here is the output as below:
2020-12-13 09:48:41.461262: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudnn.so.7 2020-12-13 09:48:42.539611: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcublas.so.10

By the way, i run it on google colab, thanks in advance~

Hi @dandingol03 ,

Can you share you notebook on colab?

Firstly, thanks for your general apply.
Perhaps i figure out the reason why the script is blocked, is the batch size setting, the colab notebook doesn't have enough memory to load . After i change the batch size smaller, it worked