nv-tlabs / ATISS

Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
Other
258 stars 55 forks source link

Segmentation Fault #42

Closed foojayyy closed 8 months ago

foojayyy commented 9 months ago

When I run the command python train_network.py path_to_config_yaml path_to_output_dir, the program terminates and displays the error message "Segmentation Fault". This usually indicates that the program attempted to access a memory area that it does not have permission to access, which could be caused by a bug in the code.