funnytestingcase

Results 3 comments of funnytestingcase

when I run main_mnli.py in SSE, I had the same error, "no module named config". After commenting out all "import config" from , and main_mnli.py>, I have a nameError: global...

I solved this error by modifying vocab.py file from torchtext, basically I bypassed the downloading the unzip step. and, What's your memory size when implementing those four frameworks? My 4GB...

thx for the quick reply !