Results 7 comments of Angela He

I also had the same issue, something about Graphics Blit, I assumed it was a Unity 2020 thing. So I just made my own shader that follows similar logic using...

Fix found: https://github.com/minimaxir/download-tweets-ai-text-gen/pull/13

Getting this same issue on a 437KB csv file with line_by_line set to true: PS C:\Users\Angela\api> python train_bot.py --path .\dril\ 2020-05-31 00:08:35.961471: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll [00:00:01]...

Update: Got it working by setting batch_size=128, num_workers=2, and running: python import torch torch.cuda.empty_cache()

Omfg amazing. Thank you