Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Add iterative search space example #119

Merged
merged 20 commits into from
Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/WriteYourTrial.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ In the yaml configure file, you need to set *useAnnotation* to true to enable NN
```
useAnnotation: true
```

## More Trial Example
* [Automatic Model Architecture Search for Reading Comprehension.](../examples/trials/ga_squad/README.md)
Loading