File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ PyTorch Implementation of OpenAI's
3
3
but a bit cleaner than John's
4
4
[ gist] ( https://gist.github.com/joschu/f503500cda64f2ce87c8288906b09e2d#file-reptile-sinewaves-demo-py ) .
5
5
6
- It trains 30,00 meta-iterations of gradient descent, one task at a time.
7
- It evaluates on a fixed task every 1,000 iterations, taking 5 gradient
8
- descent steps per task. Turns out that 1 is enough to get good
6
+ It trains 30,000 meta-iterations of gradient descent, one task at a
7
+ time. It evaluates on a fixed task every 1,000 iterations, taking 5
8
+ gradient descent steps per task. Turns out that 1 is enough to get good
9
9
performance, indicating that meta-learning is actually working.
10
10
11
11
## Requirements
@@ -18,4 +18,4 @@ performance, indicating that meta-learning is actually working.
18
18
19
19
python3 main.py
20
20
21
- It will pop up a matplotlib window that updates every 3,000 iterations.
21
+ It will pop up a Matplotlib window that updates every 3,000 iterations.
You can’t perform that action at this time.
0 commit comments