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.

38 lines
577 B
Plaintext

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