bcb06e9
Initial Commit yangsaisai 7 years ago
5 changed file(s) with 33 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 .idea/
1 *.pyc
2 *.swp
3 .DS_Store
4 /.localenv/
0
1 ## Intro
2
3 Provide a short overview of your algorithm that explains the value and primary use cases.
4
5 ## Usage
6
7 ```
8 def function_name(conf={})
9 ```
10
11 ## Example
12
13 Provide and explain examples of input and output for your algorithm.
14
15 `Code`
16
17 ```
18 please input your example code
19 ```
0 input:
1 your_param_name:
2 value_type: 'int'
3 output:
4 your_result_name:
5 value_type: 'int'
0 Please store your training checkpoints or results here
0 Please store your tensorboard results here