File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,6 @@ jobs:
187
187
export mnist4_cmd='CUDA_VISIBLE_DEVICES=0 python examples/mnist/mnist_save_resume_engine.py --epochs=2 --resume_from=/tmp/mnist_save_resume/checkpoint_1.pt'
188
188
docker exec -it pthd /bin/bash -c "$mnist4_cmd"
189
189
190
- - run :
191
- name : Codecov upload
192
- command : |
193
- bash <(curl -s https://codecov.io/bash) -Z -F gpu
194
-
195
190
one_gpu_windows_tests :
196
191
<< : *one_gpu_windows
197
192
@@ -258,11 +253,6 @@ jobs:
258
253
export test_cmd='bash tests/run_gpu_tests.sh 2'
259
254
docker exec -it pthd /bin/bash -c "${test_cmd}"
260
255
261
- - run :
262
- name : Codecov upload
263
- command : |
264
- bash <(curl -s https://codecov.io/bash) -Z -F gpu-2
265
-
266
256
two_gpus_check_dist_cifar10_example :
267
257
<< : *two_gpus
268
258
@@ -353,11 +343,6 @@ jobs:
353
343
export test_cmd='CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ -m distributed -k hvd'
354
344
docker exec -it pthd /bin/bash -c "${test_cmd}"
355
345
356
- - run :
357
- name : Codecov upload
358
- command : |
359
- bash <(curl -s https://codecov.io/bash) -Z -F gpu-2-hvd
360
-
361
346
- run :
362
347
name : " Check CIFAR10 using horovodrun"
363
348
command : |
You can’t perform that action at this time.
0 commit comments