Skip to content

63days/pointnet_lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointNet: Pytorch Lightning Implementation

This repo implements PointNet with pytorch lightning and hydra.

Get started

$ pip install -r requirements.txt
# e.g., python main.py model.lr=1e-4 trainer.max_epochs=50
$ python main.py < options >

About

PointNet Implementation in Pytorch Lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages