-
Notifications
You must be signed in to change notification settings - Fork 6
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
An error occurs when running the code #3
Comments
Hi! |
Hi I load the pre-trained model
|
Hi @ideasplus. Can you share the command that you are running for using the code? |
Sure, I use the following command: |
Hello, I have encountered the same problem as you, have you solved it
|
I have encountered the same error |
Hello. The
In the command that you sent, it seems that you give as a path a pre-trained RangeViT model, which is not what the training scripts expects in this python -m torch.distributed.launch --nproc_per_node=1 --master_port=63545 \
--use_env main.py 'config_nusc.yaml' \
--data_root './semantic-kitti/sequences/' \
--save_path '<path_to_log>' \
--checkpoint 'pretrained_models/model_skitti_train_cs_init_h128.pth' \
--val_only |
Hi @gidariss I am trying to run evaluation of the pre-trained RangeViT model on nuScenes dataset. However, it seems the pre-trained RangeVit model doesn't provide key named "epoch" in it, which is needed in |
Hi, there
When I try to run your codes on the Semantic-KITTI dataset, I met an error as follows
Could you tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: