cuis15 / FCFL

MIT License
20 stars 1 forks source link

main.py args has problem #1

Open guang1220 opened 2 years ago

guang1220 commented 2 years ago

main.py at line63 args.test_dir = os.path.join(args.data_dir, args.datatest, "test") should be args.test_dir = os.path.join(args.data_dir,args.dataset, "test")

cuis15 commented 2 years ago

Hi guang: Sorry for this writting error😂. thanks for pointing out this typo error. I have fixed it.