You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the sample plot is generated at each validation interval within validation_step(). A better way is to refactor this and create a callback that calls the show() method.
NOTE: Look at the pytorch-lightning-hydra template for inspiration
The text was updated successfully, but these errors were encountered:
Currently the sample plot is generated at each validation interval within
validation_step()
. A better way is to refactor this and create a callback that calls theshow()
method.NOTE: Look at the pytorch-lightning-hydra template for inspiration
The text was updated successfully, but these errors were encountered: