erikwijmans / Pointnet2_PyTorch

PyTorch implementation of Pointnet2/Pointnet++
The Unlicense
1.5k stars 340 forks source link

Fix DictConfig Issue #117

Closed erikwijmans closed 4 years ago

erikwijmans commented 4 years ago

Just send in a dictionary to pytorch-lightning for now. Seems like pl v0.8 and hydra v1 will play nice together, but neither are officially released yet. Will wait for official releases before moving to those.

Closes #116