Skip to content

Commit

Permalink
torchvision is no longer installed
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed May 16, 2024
1 parent c6a8cdd commit 4805dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions emt_source_code/JupyterLab/2_conda_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ conda activate JupyterLab
echo "Listing virtual environment to JupyterLab-list.log"
conda list > JupyterLab-list.log

echo "Testing PyTorch, torchaudio and torchvision"
echo "Testing PyTorch and torchaudio"
python ./test-pytorch-$COMPUTE_MODE.py
python ./test-torchaudio.py
python ./test-torchvision.py

echo "Testing for R installation"
if [ -x /usr/bin/Rscript ]
Expand Down
7 changes: 0 additions & 7 deletions emt_source_code/JupyterLab/test-torchvision.py

This file was deleted.

0 comments on commit 4805dcb

Please sign in to comment.