Skip to content
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

Questions about GPU Configuration and Memory Requirements for BuildingGNN Model Training #13

Open
kg571852741 opened this issue Apr 11, 2023 · 0 comments

Comments

@kg571852741
Copy link

Hi @buildingnet,

Could you please provide information on the GPU configuration and memory requirements to train the BuildingGNN model successfully with my current training settings? I am using 2x RTX 4090Ti (48GB each) GPUs, but often run out of memory during training.
Train setting:

python3 train.py --loadfromckpt 1 --datadir="data" --epoch 200 --batch_size 1 --outputdir 'Output' --ckpt_dir 'checkpoint' --normalization 'GN' --modeltype 'Edge' --edgetype 'all' --lr 1e-4 --nodetype 'node+minkownormal' --pretrainedtype 'fc3_avg'

Additionally, do you have any scripts or tutorials to visualize the inference and predicted labels for point cloud models (e.g., ply, rcs)? It would be great to evaluate the model's performance.

Thank you for your time and the excellent work on BuildingNet. I appreciate your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant