Unverified Commit 54a89dd0 authored by Amit Shtober's avatar Amit Shtober Committed by GitHub
Browse files

Update QuickStart.rst (#3732)

parent 470a7192
......@@ -117,7 +117,7 @@ Three steps to start an experiment
train(args, model, device, train_loader, optimizer, epoch)
test_acc = test(args, model, device, test_loader)
- print(test_acc)
+ nni.report_intermeidate_result(test_acc)
+ nni.report_intermediate_result(test_acc)
- print('final accuracy:', test_acc)
+ nni.report_final_result(test_acc)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment