Skip to content

Commit b5f53c7

Browse files
No need for pytorch channel these days
1 parent 6c8d283 commit b5f53c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt_bene_model_training/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ More information can be found on the Personal Robotic Lab's website: <https://ww
2727
### Tensorflow
2828
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`
2929
### 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
30+
For conda users: conda install -c conda-forge numpy scipy tqdm pillow rospkg opencv scikit-learn h5py matplotlib pytorch-lightning pytorch torchvision
3131

3232
## Model training code
3333
### Tensorflow (as per paper)

0 commit comments

Comments
 (0)