File size: 491 Bytes
3fdf22c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "input_dimension": 1,
    "hidden_layer_size": 32,
    "output_dimension": 1,
    "learning_rate": 0.02,
    "batch_size": 16,
    "iterations": 10000,
    "inner_step_size": 0.02,
    "inner_batch_size": 16,
    "outer_step_size": 0.1,
    "outer_iterations": 10000,
    "meta_batch_size": 32,
    "eval_iterations": 32,
    "eval_batch_size": 10,
    "sample_radius": 20,
    "sample_count": 100,
    "vocab_size": 280067,
    "embedding_dimension": 100,
    "train_classes": 17505
}