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-8,
"l2_reg": 1e-8
},
"encoding": {
"otype": "OneBlob",
"n_bins": 64
},
"network": {
"otype": "FullyFusedMLP",
"activation": "ReLU",
"output_activation": "None",
"n_neurons": 128,
"n_hidden_layers": 5
}
}