tape icon indicating copy to clipboard operation
tape copied to clipboard

Cannot run the provided examples for creating new models

Open rocketsfallonrocketfalls opened this issue 4 years ago • 1 comments

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: image

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: image

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.

rmrao avatar Dec 17 '20 22:12 rmrao