-
Notifications
You must be signed in to change notification settings - Fork 22
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
please provides one requirements.txt #37
Comments
Hello, I have also encountered the above error, may I ask how you solve it? |
This is a versioning issue. We need the exact versions of all the dependencies used in this project. If @htcr could please provide a requirements.txt or their python environment. |
One of the authors here. Can you try updating all the dependencies to the latest version? And yes, training can be slow. There is potential room for optimization. |
Hi, could you pls pull the code again? I remember I have fixed this. |
Thanks for looking into this. I can try to sort them out these days. |
请教下我6楼私有数据集的问题,下面是预测结果point_mask,road_mask, topo,其中 pointmask和topo效果很差 |
方便提供一个requirements安装环境,不然会有各种报错,
例如:
File "/home/sam_road-main/model.py", line 102, in forward
src_features = point_features[batch_indices, pairs[:, :, 0]]
IndexError: tensors used as indices must be long, byte or bool tensors
python3.8/site-packages/torch/nn/modules/transformer.py", line 437, in forward
return torch._transformer_encoder_layer_fwd(
RuntimeError: expected scalar type BFloat16 but found Float
The text was updated successfully, but these errors were encountered: