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
Hi @gar1t @yangyanli @ruslo @TSchattschneider @sdukaka
I have downloaded the datasets and unzip them, but I can't run the train code on modelnet, shapenetpart, and S3DIS datasets.
srun -p NV100q -n 1 -w node08 ./train_val_modelnet.sh -g 0 -x modelnet_x3_l4 Train/Val with setting modelnet_x3_l4 on GPU 0!
srun -p NV100q -n 1 -w node08 ./train_val_shapenet.sh -g 0 -x shapenet_x8_2048_fps Train/Val with setting shapenet_x8_2048_fps on GPU 0!
srun -p PV100q -n 1 -w node09 ./train_val_s3dis.sh -g 2 -x s3dis_x8_2048_fps -a 1 Train/Val with setting s3dis_x8_2048_fps on GPU 2 for Area 1!
No training results outputs, but just one line command. The code can't run train_val_seg.py, and I don't know why. Thanks a lot.
The text was updated successfully, but these errors were encountered:
I also encountered the same problem, I would like to ask if you have solved it.
Sorry, something went wrong.
No branches or pull requests
Hi @gar1t @yangyanli @ruslo @TSchattschneider @sdukaka
I have downloaded the datasets and unzip them, but I can't run the train code on modelnet, shapenetpart, and S3DIS datasets.
srun -p NV100q -n 1 -w node08 ./train_val_modelnet.sh -g 0 -x modelnet_x3_l4
Train/Val with setting modelnet_x3_l4 on GPU 0!
srun -p NV100q -n 1 -w node08 ./train_val_shapenet.sh -g 0 -x shapenet_x8_2048_fps
Train/Val with setting shapenet_x8_2048_fps on GPU 0!
srun -p PV100q -n 1 -w node09 ./train_val_s3dis.sh -g 2 -x s3dis_x8_2048_fps -a 1
Train/Val with setting s3dis_x8_2048_fps on GPU 2 for Area 1!
No training results outputs, but just one line command. The code can't run train_val_seg.py, and I don't know why. Thanks a lot.
The text was updated successfully, but these errors were encountered: