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 73826fd commit 05555bfCopy full SHA for 05555bf
.github/workflows/unit-tests.yml
@@ -143,7 +143,7 @@ jobs:
143
# 3.1) mnist_with_tensorboard.py with tbX
144
python examples/mnist/mnist_with_tensorboard.py --epochs=1
145
# 3.2) mnist_with_tensorboard.py with native torch tb
146
- uv pip uninstall -y tensorboardX
+ uv pip uninstall tensorboardX
147
148
149
- name: Run MNIST Example With Crash
0 commit comments