We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 202, in train_model() File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 97, in train_model train_dataloader = DataLoader(VideoDataset(dataset=dataset, split='train',clip_len=16), batch_size=20, shuffle=True, num_workers=4) File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 41, in init self.preprocess() File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 136, in preprocess os.mkdir(train_dir) FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:/MyWorkspace/pycharm_workapce/github/pytorch-video-recognition/datasets/ucf101\train\ApplyEyeMakeup'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 202, in
train_model()
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 97, in train_model
train_dataloader = DataLoader(VideoDataset(dataset=dataset, split='train',clip_len=16), batch_size=20, shuffle=True, num_workers=4)
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 41, in init
self.preprocess()
File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 136, in preprocess
os.mkdir(train_dir)
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:/MyWorkspace/pycharm_workapce/github/pytorch-video-recognition/datasets/ucf101\train\ApplyEyeMakeup'
The text was updated successfully, but these errors were encountered: