Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
--cov=gradient_accumulator tests/test_mp_batch_norm.py \
--cov=gradient_accumulator tests/test_bn_convnd.py \
--cov=gradient_accumulator tests/test_bn_pretrained_swap.py \
--cov=gradient_accumulator tests/test_model_distribute.py
--cov=gradient_accumulator tests/test_model_distribute.py \
--cov=gradient_accumulator tests/test_optimizer.py

- name: Lint with flake8
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down
Loading