-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.cfg
39 lines (36 loc) · 1.46 KB
/
params.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/usr/bin/env python
# -*- coding: utf-8 -*-
################################################################################
# Copyright (c) 2020. Vincenzo Lomonaco, Gabriele Graffieti, Lorenzo #
# Pellegrini, Davide Maltoni. All rights reserved. #
# See the accompanying LICENSE file for terms. #
# #
# Date: 01-04-2020 #
# Authors: Vincenzo Lomonaco, Gabriele Graffieti, Lorenzo Pellegrini, Davide #
# Maltoni. #
# E-mail: [email protected] #
# Website: vincenzolomonaco.com #
################################################################################
### Parameters for the AR1* with Latent Replay experiments ###
# For more details about the parameters meaning check out the README.md file.
[DEFAULT]
exp_name = "vit-lr"
comment = "visual transformer with latent replay"
use_cuda = True
init_lr = 0.001
inc_lr = 0.00005
mb_size = 100
init_train_ep = 4
inc_train_ep = 4
init_update_rate = 0.01
inc_update_rate = 0.00005
max_r_max = 1.25
max_d_max = 0.5
inc_step = 4.1e-05
rm_sz = 1500
momentum = 0.9
l2 = 0.0005
freeze_below_layer = "lat_features.12.norm2.bias"
latent_layer_num = 19
reg_lambda = 0
rm = None