You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
541 B
Plaintext

4 years ago
### INPUT
4 years ago
datadir = ./data/lf_data
4 years ago
scene = africa
4 years ago
expname = africa
4 years ago
basedir = ./logs
config = None
ckpt_path = None
no_reload = False
testskip = 1
### TRAINING
4 years ago
N_iters = 500001
4 years ago
N_rand = 1024
4 years ago
lrate = 0.0005
lrate_decay_factor = 0.1
lrate_decay_steps = 50000000
### CASCADE
cascade_level = 2
cascade_samples = 64,128
### TESTING
4 years ago
chunk_size = 8192
4 years ago
### RENDERING
det = False
max_freq_log2 = 10
max_freq_log2_viewdirs = 4
netdepth = 8
netwidth = 256
use_viewdirs = True
### CONSOLE AND TENSORBOARD
i_img = 2000
i_print = 100
i_weights = 5000