Commit 02e9fcfc authored by Scarlett Li's avatar Scarlett Li Committed by fishyds
Browse files

Fix for issue #414 (#415)

* update doc for "write trial"

* fix link

* issue 414
parent a39e6089
...@@ -113,7 +113,7 @@ with tf.Session() as sess: ...@@ -113,7 +113,7 @@ with tf.Session() as sess:
>> >>
>>`@nni.report_intermediate_result`/`@nni.report_final_result` will send the data to assessor/tuner at that line. >>`@nni.report_intermediate_result`/`@nni.report_final_result` will send the data to assessor/tuner at that line.
>> >>
>>Please refer to [Annotation README](../tools/annotation/README.md) for more information about annotation syntax and its usage. >>Please refer to [Annotation README](../tools/nni_annotation/README.md) for more information about annotation syntax and its usage.
>Step 2 - Enable NNI Annotation >Step 2 - Enable NNI Annotation
......
# Introduction # NNI Annotation Introduction
For good user experience and reduce user effort, we need to design a good annotation grammar. For good user experience and reduce user effort, we need to design a good annotation grammar.
......
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