Skip to content

Commit

Permalink
Add tensorboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz authored Sep 18, 2023
1 parent c61486a commit 1daf10d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go-applio-manager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ set choice=%choice: =%

if "%choice%"=="1" (
cls
pip uninstall tb-nightly tensorboardX tensorboard
echo.
pip install -r assets/requirements/requirements.txt
echo.
pip uninstall torch torchvision torchaudio -y
Expand All @@ -256,6 +258,8 @@ goto dependenciesFinished

if "%choice%"=="2" (
cls
pip uninstall tb-nightly tensorboardX tensorboard
echo.
pip install -r assets/requirements/requirements-dml.txt
echo.
echo.
Expand Down

0 comments on commit 1daf10d

Please sign in to comment.