Time-Series-Library
Time-Series-Library copied to clipboard
problem with running classification problem about TimesNet
When I tried to run the code for the classification problem using JapaneseVowels, it showed the following error, does anyone can help me?
I try to use Vscode in Windows to run the code.
I discovered that to execute the code on Windows, it's necessary to set num_workers in DataLoader to 0 without using args.num_workers = 0. I'm curious if this adjustment will affect the outcome. Thank you.
Did you solve this issue since I'm getting the same problem right now?
I got the same problem. Please help
Hi, for Windows, you can just set args.num_workers = 0. This setting only affects the data loader, and will not affect the final performance.