Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
54a89dd0
Unverified
Commit
54a89dd0
authored
Jun 10, 2021
by
Amit Shtober
Committed by
GitHub
Jun 10, 2021
Browse files
Update QuickStart.rst (#3732)
parent
470a7192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/en_US/Tutorial/QuickStart.rst
docs/en_US/Tutorial/QuickStart.rst
+1
-1
No files found.
docs/en_US/Tutorial/QuickStart.rst
View file @
54a89dd0
...
@@ -117,7 +117,7 @@ Three steps to start an experiment
...
@@ -117,7 +117,7 @@ Three steps to start an experiment
train(args, model, device, train_loader, optimizer, epoch)
train(args, model, device, train_loader, optimizer, epoch)
test_acc = test(args, model, device, test_loader)
test_acc = test(args, model, device, test_loader)
- print(test_acc)
- print(test_acc)
+ nni.report_interme
i
date_result(test_acc)
+ nni.report_intermed
i
ate_result(test_acc)
- print('
final
accuracy
:
', test_acc)
- print('
final
accuracy
:
', test_acc)
+ nni.report_final_result(test_acc)
+ nni.report_final_result(test_acc)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment