Mention small discrepancy due to Dropout non-reproducibility in PyTorch (#519)

* Mention small discrepancy due to Dropout non-reproducibility in PyTorch

* bump pytorch version
This commit is contained in:
Sebastian Raschka
2025-02-06 14:59:52 -06:00
committed by GitHub
parent bd8f7522cb
commit 68e2efe1c9
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Test PyTorch 2.0 and 2.5
name: Test PyTorch 2.0 and 2.6
on:
push:
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pytorch-version: [ 2.0.1, 2.5.0 ]
pytorch-version: [ 2.0.1, 2.6.0 ]
steps:
- uses: actions/checkout@v4