You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the framework. I've been spending my time for a while to understand how can I work with TAPE. I tried running the example for a few hours now but I cannot make it work.
I run the command: python adding_model.py simple-conv secondary_structure, and I get the following error:
Then after searching it through internet I've came across a solution to reduce number of workers to zero which could also be applied to TAPE by changing the command to (while also using a mini-batch for another memory error): python adding_model.py simple-conv secondary_structure --num_workers 0 --batch_size 512:
I am now getting the error:
I don't want to change the code because I assume that they should work fine, right?
The text was updated successfully, but these errors were encountered:
Huh. This is strange. To be honest I wrote this example quite a while ago so I don't know off the top of my head what the issue could be. I will investigate as time permits.
Hi,
Thanks for the framework. I've been spending my time for a while to understand how can I work with TAPE. I tried running the example for a few hours now but I cannot make it work.
I run the command:
python adding_model.py simple-conv secondary_structure
, and I get the following error:Then after searching it through internet I've came across a solution to reduce number of workers to zero which could also be applied to TAPE by changing the command to (while also using a mini-batch for another memory error):
python adding_model.py simple-conv secondary_structure --num_workers 0 --batch_size 512
:I am now getting the error:
I don't want to change the code because I assume that they should work fine, right?
The text was updated successfully, but these errors were encountered: