-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Hi,
I run the following code and got the following picture.
I am wondering what the best LR is in my picture?
how to print/display the best LR in the code?
finding_lr = lr_finder.LRFinder(net.model, optimizer, criterion, device="cpu")
finding_lr.range_test(train_loader, start_lr=0.0001, end_lr=0.1, num_iter=1000, step_mode="exp")
finding_lr.plot(savefig_path=os.path.join(args.output_dir, 'lr_finder.png'))
Metadata
Metadata
Assignees
Labels
No labels