musicautobot icon indicating copy to clipboard operation
musicautobot copied to clipboard

How can I run the code in windows without error like "NotImplementedError: cannot instantiate 'PosixPath' on your system"?

Open blues-green opened this issue 4 years ago • 0 comments

When I run run_multitask.py in Windows10, I met a path error: NotImplementedError: cannot instantiate 'PosixPath' on your system in the following code: data = load_data(args.path, Path('piano_duet')/args.data_file, bs=args.batch_size, bptt=args.bptt, transpose_range=transpose_range, dl_tfms=mlm_tfm, num_workers=args.num_workers) while it is fine in Linux.

can you help me to solve this problem? Thanks!

blues-green avatar Oct 03 '20 04:10 blues-green