Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add mixed-precision and agc to gradaccum optimizer #131

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
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
Loading