diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6f9eee --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +*.pyc +*.swp +.DS_Store +/.localenv/ diff --git a/OVERVIEW.md b/OVERVIEW.md new file mode 100644 index 0000000..c5146b6 --- /dev/null +++ b/OVERVIEW.md @@ -0,0 +1,20 @@ + +## Intro + +Provide a short overview of your algorithm that explains the value and primary use cases. + +## Usage + +``` +def function_name(conf={}) +``` + +## Example + +Provide and explain examples of input and output for your algorithm. + +`Code` + +``` +please input your example code +``` diff --git a/app_spec.yml b/app_spec.yml new file mode 100644 index 0000000..cf06070 --- /dev/null +++ b/app_spec.yml @@ -0,0 +1,6 @@ +input: + your_param_name: + value_type: 'int' +output: + your_result_name: + value_type: 'int' diff --git a/results/README.md b/results/README.md new file mode 100644 index 0000000..137629b --- /dev/null +++ b/results/README.md @@ -0,0 +1 @@ +Please store your training checkpoints or results here diff --git a/results/tb_results/README.md b/results/tb_results/README.md new file mode 100644 index 0000000..90c2d64 --- /dev/null +++ b/results/tb_results/README.md @@ -0,0 +1 @@ +Please store your tensorboard results here