Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ jobs:
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'
docker exec -it pthd /bin/bash -c "$mnist4_cmd"

- run:
name: Codecov upload
command: |
bash <(curl -s https://codecov.io/bash) -Z -F gpu

one_gpu_windows_tests:
<<: *one_gpu_windows

Expand Down Expand Up @@ -258,11 +253,6 @@ jobs:
export test_cmd='bash tests/run_gpu_tests.sh 2'
docker exec -it pthd /bin/bash -c "${test_cmd}"

- run:
name: Codecov upload
command: |
bash <(curl -s https://codecov.io/bash) -Z -F gpu-2

two_gpus_check_dist_cifar10_example:
<<: *two_gpus

Expand Down Expand Up @@ -353,11 +343,6 @@ jobs:
export test_cmd='CUDA_VISIBLE_DEVICES="" pytest --cov ignite --cov-append --cov-report term-missing --cov-report xml -vvv tests/ -m distributed -k hvd'
docker exec -it pthd /bin/bash -c "${test_cmd}"

- run:
name: Codecov upload
command: |
bash <(curl -s https://codecov.io/bash) -Z -F gpu-2-hvd

- run:
name: "Check CIFAR10 using horovodrun"
command: |
Expand Down