You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\ianph\dgcnn\pytorch\main.py", line 225, in
train(args, io)
File "C:\Users\ianph\dgcnn\pytorch\main.py", line 40, in train
train_loader = DataLoader(ModelNet40(partition='train', num_points=args.num_points), num_workers=8,
File "C:\Users\ianph\dgcnn\pytorch\data.py", line 66, in init
self.data, self.label = load_data(partition)
File "C:\Users\ianph\dgcnn\pytorch\data.py", line 45, in load_data
all_data = np.concatenate(all_data, axis=0)
File "<array_function internals>", line 180, in concatenate
The text was updated successfully, but these errors were encountered:
ianphoi
changed the title
python: can't open file 'C:\\Users\\xxx\\dgcnn\\main.py': [Errno 2] No such file or directory
The syntax of the command is incorrect. After changing cp to copy
Oct 3, 2022
ianphoi
changed the title
The syntax of the command is incorrect. After changing cp to copy
ValueError: need at least one array to concatenate
Oct 3, 2022
File "C:\Users\ianph\dgcnn\pytorch\main.py", line 225, in
train(args, io)
File "C:\Users\ianph\dgcnn\pytorch\main.py", line 40, in train
train_loader = DataLoader(ModelNet40(partition='train', num_points=args.num_points), num_workers=8,
File "C:\Users\ianph\dgcnn\pytorch\data.py", line 66, in init
self.data, self.label = load_data(partition)
File "C:\Users\ianph\dgcnn\pytorch\data.py", line 45, in load_data
all_data = np.concatenate(all_data, axis=0)
File "<array_function internals>", line 180, in concatenate
The text was updated successfully, but these errors were encountered: