Resource
A Graph Neural Network using a variant of self-attention for 3D points and graphs processing.
Use the NGC CLI to download:
Copied!
Changelog
August 2021
- Initial release
Known issues
If you encounter OSError: [Errno 12] Cannot allocate memory during the Dataloader iterator creation (more precisely during the fork(), this is most likely due to the use of the --precompute_bases flag. If you cannot add more RAM or Swap to your machine, it is recommended to turn off bases precomputation by removing the --precompute_bases flag or using --precompute_bases false.