Time-Series-Library icon indicating copy to clipboard operation
Time-Series-Library copied to clipboard

problem with running classification problem about TimesNet

Open hope-redemption opened this issue 1 year ago • 4 comments

When I tried to run the code for the classification problem using JapaneseVowels, it showed the following error, does anyone can help me? problem

hope-redemption avatar Feb 20 '24 06:02 hope-redemption

I try to use Vscode in Windows to run the code.

hope-redemption avatar Feb 20 '24 06:02 hope-redemption

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.

hope-redemption avatar Feb 20 '24 17:02 hope-redemption

Did you solve this issue since I'm getting the same problem right now?

selinnyilmaz avatar Mar 19 '24 18:03 selinnyilmaz

I got the same problem. Please help

awalece04ku avatar Apr 03 '24 12:04 awalece04ku

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.

wuhaixu2016 avatar Jun 14 '24 01:06 wuhaixu2016