tape
tape copied to clipboard
Cannot run the provided examples for creating new models
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?
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.