PyTorch: Difference between revisions

197 bytes added ,  29 July 2020
Line 72: Line 72:
writer.close()
writer.close()
</syntaxhighlight>
</syntaxhighlight>
==PyTorch3D==
{{main | PyTorch3D}}
PyTorch3D is a library by Facebook AI Research which contains structures and differentiable mesh, point cloud renderers. 
It is build with custom CUDA kernels.