Corrections

This commit is contained in:
HuguesTHOMAS 2020-04-27 18:46:34 -04:00
parent 70fa5ea7fe
commit e9d328135c

View file

@ -34,7 +34,9 @@ You should now be able to train Kernel-Point Convolution models
* Follow <a href="https://pytorch.org/get-started/locally/">PyTorch installation procedure</a>. * Follow <a href="https://pytorch.org/get-started/locally/">PyTorch installation procedure</a>.
* We used the PyCharm IDE to pip install all python dependencies (including PyTorch): * We used the PyCharm IDE to pip install all python dependencies (including PyTorch) in a venv:
- torch
- torchvision
- numpy - numpy
- scikit-learn - scikit-learn
- PyYAML - PyYAML
@ -46,7 +48,7 @@ You should now be able to train Kernel-Point Convolution models
cpp_wrappers/cpp_neighbors/build.bat cpp_wrappers/cpp_neighbors/build.bat
and and
cpp_wrappers/cpp_subsampling/build.bat cpp_wrappers/cpp_subsampling/build.bat