We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8d283 commit b5f53c7Copy full SHA for b5f53c7
rt_bene_model_training/README.md
@@ -27,7 +27,7 @@ More information can be found on the Personal Robotic Lab's website: <https://ww
27
### Tensorflow
28
For pip users: `pip install tensorflow-gpu numpy tqdm opencv-python scikit-learn` or for conda users: `conda install tensorflow-gpu numpy tqdm opencv scikit-learn`
29
### Pytorch
30
-For conda users: conda install -c conda-forge numpy scipy tqdm pillow rospkg opencv scikit-learn h5py matplotlib pytorch-lightning && conda install -c pytorch pytorch torchvision
+For conda users: conda install -c conda-forge numpy scipy tqdm pillow rospkg opencv scikit-learn h5py matplotlib pytorch-lightning pytorch torchvision
31
32
## Model training code
33
### Tensorflow (as per paper)
0 commit comments