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

Added debug mode for Engine #2851

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8e73cfd
Update engine.py to resolve #1992
puhuk Feb 6, 2023
b840aa2
autopep8 fix
puhuk Feb 6, 2023
a1ee3ad
Update engine.py
puhuk Feb 6, 2023
4c05843
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 7, 2023
32850f3
Correct file and test code
puhuk Feb 7, 2023
7cea859
autopep8 fix
puhuk Feb 7, 2023
36ecbb9
Update test_engine.py
puhuk Feb 13, 2023
b2e5399
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 13, 2023
4448d52
Delete test_debug.py
puhuk Feb 13, 2023
2a630db
Update
puhuk Feb 13, 2023
f99fd74
Update engine.py
puhuk Feb 13, 2023
a36842f
Update engine.py
puhuk Feb 13, 2023
ab7d751
update
puhuk Feb 16, 2023
e7754e3
autopep8 fix
puhuk Feb 16, 2023
d685df5
Update engine.py
puhuk Feb 17, 2023
01aba8d
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 17, 2023
44d39aa
Update test_engine.py
puhuk Feb 17, 2023
46017f0
Update test_engine.py
puhuk Feb 17, 2023
e942a3c
Update debug mode
puhuk Feb 22, 2023
e77bb0f
Update test_engine.py
puhuk Feb 22, 2023
d1be836
Update
puhuk Feb 22, 2023
b4e2b60
Update events.py
puhuk Feb 22, 2023
eed1689
autopep8 fix
puhuk Feb 22, 2023
e735d07
Update events.py
puhuk Feb 22, 2023
a2155b4
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 22, 2023
88a5482
Update events.py
puhuk Feb 22, 2023
7bbedb9
Update events.py
puhuk Feb 22, 2023
fe40ba0
Update engine.py
puhuk Feb 22, 2023
c5f8e07
Update
puhuk Feb 24, 2023
0720841
autopep8 fix
puhuk Feb 24, 2023
fbaf3a4
Update engine.py
puhuk Feb 24, 2023
49f08ed
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 24, 2023
a9bc500
Update engine.py
puhuk Feb 24, 2023
0cd306f
Update engine.py
puhuk Feb 24, 2023
3e195f2
Update
puhuk Feb 24, 2023
c704986
autopep8 fix
puhuk Feb 24, 2023
6a5c589
Update engine.py
puhuk Feb 24, 2023
5598a14
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 24, 2023
49364d6
Update
puhuk Feb 24, 2023
05668c1
Update
puhuk Feb 24, 2023
c93ba56
Update engine.py
puhuk Feb 24, 2023
eca4f9f
Update engine.py
puhuk Feb 24, 2023
c8bcaa0
autopep8 fix
puhuk Feb 24, 2023
984b3fe
Update engine.py
puhuk Feb 24, 2023
aa902b4
Merge branch '1992' of https://github.com/puhuk/ignite into 1992
puhuk Feb 24, 2023
0f9ee21
Update engine.py
puhuk Feb 24, 2023
90f549f
Update engine.py
puhuk Feb 24, 2023
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
Prev Previous commit
Next Next commit
Update test_engine.py
puhuk committed Feb 22, 2023
commit e77bb0f4d736671b6ae40fa2466c6f8ea2a6bd45
2 changes: 1 addition & 1 deletion tests/ignite/engine/test_engine.py
Original file line number Diff line number Diff line change
@@ -1460,7 +1460,7 @@ def log_training_debug_grads(engine):
):

@trainer.on(Events.ITERATION_COMPLETED(every=log_interval))
def log_training_debug_grads(engine):
def log_training_debug_int(engine):
trainer.debug(level=2)

debug_config = {}