Showing posts with label sanity val check. Show all posts
Showing posts with label sanity val check. Show all posts

4/04/2022

skip sanity val check in pytorch lightning

 

set trainer like this:

> trainer = Trainer(num_sanity_val_steps=0)

Thank you.