-
Notifications
You must be signed in to change notification settings - Fork 13
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
Profiling on test #20
Conversation
|
||
trainer = pl.Trainer(logger=logger, devices="auto", fast_dev_run=args.only_plots) | ||
# Setup profiler | ||
if args.profiler == "pytorch": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this is the same in bin/train.py
, but it seems impossible to use the "simple" profiler, while it is "pytorch" or nothing. Maybe "simple" could be removed from the --profiler
possibilities ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops to slow to write the comment :)
Add a profiler to the test "binary"