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.
2 parents df8f3ab + 10d007b commit 70be131Copy full SHA for 70be131
.github/workflows/pytorch.yml
@@ -77,3 +77,8 @@ jobs:
77
python pytorch/pytorch_lightning_ddp.py -p
78
env:
79
OMP_NUM_THREADS: 1
80
+ - name: Run skorch example
81
+ run: |
82
+ python pytorch/skorch_simple.py
83
+ env:
84
+ OMP_NUM_THREADS: 1
pytorch/requirements.txt
@@ -1,4 +1,5 @@
1
mpi4py
2
+pandas
3
plotly
4
pytorch-ignite
5
lightning
0 commit comments