-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
lit_corrnet3d_clean.py: error: unrecognized arguments: --ckpt_user=lightning_logs/version_114/checkpoints/epoch=43-step=202399.ckpt #9
Comments
Which version of the PyTorch lightning package did you use? Can you try the same version as mentioned in the readme first? |
ok I install by‘’ Prerequisite Installation ‘’ in readme, all versions are same for you |
I want to ask which version of the torch and torchversion package did you use? when I use torch=1.7.1 and torchversion=0.81 |
As mentioned in the notes: "Version info: Python3.8, pytorch-lightning 1.1.6, pytorch 1.6.0, cudatoolkit 10.2, Cuda 10.2 (on RTX 2080 Ti) and Ubuntu 18.04.3 LTS (x86_64)" |
Package Version absl-py 1.0.0 |
well, when I use pytorch 1.6.0, I can't import pointnet2_ops.ext as _ext, it tells me |
Hi! My current code environment (as listed before) cannot reproduce the error you encountered. But I've met this undefined symbol xxx before, my experience is that whenever you reinstall or change your pytorch / pytorch-lightning version, one should re-pip install the pointnet2_ops package (pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib") (or recompile under their official instruction). Another workaround is to substitute group operation using the pure PyTorch version function. |
why when i run "python lit_corrnet3d_clean.py --gpus=3 --batch_size=1 --ckpt_user=lightning_logs/version_114/checkpoints/epoch=43-step=202399.ckpt --data_dir=./trainset.h5 --test_data_dir=./testset.h5", it shows that"lit_corrnet3d_clean.py: error: unrecognized arguments: --ckpt_user=lightning_logs/version_114/checkpoints/epoch=43-step=202399.ckpt".
The text was updated successfully, but these errors were encountered: