instant-ngp / dependencies /tiny-cuda-nn /data /config_hash.json
camenduru's picture
instant-ngp build
7873319
{
"loss": {
"otype": "RelativeL2"
},
"optimizer": {
"otype": "Adam",
"learning_rate": 1e-2,
"beta1": 0.9,
"beta2": 0.99,
"epsilon": 1e-15,
"l2_reg": 1e-6
},
"encoding": {
"otype": "HashGrid",
"n_levels": 16,
"n_features_per_level": 2,
"log2_hashmap_size": 15,
"base_resolution": 16,
"per_level_scale": 1.5
},
"network": {
"otype": "FullyFusedMLP",
"activation": "ReLU",
"output_activation": "None",
"n_neurons": 64,
"n_hidden_layers": 2
}
}