fovea_small_rot1.py 326 Bytes
Newer Older
Nianchen Deng's avatar
Nianchen Deng committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
def update_config(config):
    # Net parameters
    config.net = 'snerffast4'
    config.n_pos_encode = 6
    #config.n_dir_encode = 4
    config.fc.update({
        'nf': 256,
        'n_layers': 8
    })
    config.sa.update({
        'sample_range': (1, 50),
        'n_samples': 64,
        'perturb_sample': False
    })