Modify resplat_init config: update output_dir and wandb fields
Browse files- resplat_init/config.yaml +8 -8
resplat_init/config.yaml
CHANGED
|
@@ -329,15 +329,13 @@ loss:
|
|
| 329 |
apply_after_step: 0
|
| 330 |
perceptual_loss: true
|
| 331 |
wandb:
|
| 332 |
-
project:
|
| 333 |
-
entity:
|
| 334 |
-
name:
|
| 335 |
mode: online
|
| 336 |
id: null
|
| 337 |
-
notes:
|
| 338 |
-
tags:
|
| 339 |
-
- dl3dv
|
| 340 |
-
- 270x480
|
| 341 |
mode: train
|
| 342 |
data_loader:
|
| 343 |
train:
|
|
@@ -453,7 +451,9 @@ meta_trainer:
|
|
| 453 |
weight_decay: 0.01
|
| 454 |
warm_up_ratio: 0.01
|
| 455 |
adamw_8bit: false
|
| 456 |
-
output_dir:
|
|
|
|
|
|
|
| 457 |
use_plugins: false
|
| 458 |
log_slurm_id: true
|
| 459 |
version: 2.5
|
|
|
|
| 329 |
apply_after_step: 0
|
| 330 |
perceptual_loss: true
|
| 331 |
wandb:
|
| 332 |
+
project: learn2splat
|
| 333 |
+
entity: null
|
| 334 |
+
name: resplat_init
|
| 335 |
mode: online
|
| 336 |
id: null
|
| 337 |
+
notes: ''
|
| 338 |
+
tags: []
|
|
|
|
|
|
|
| 339 |
mode: train
|
| 340 |
data_loader:
|
| 341 |
train:
|
|
|
|
| 451 |
weight_decay: 0.01
|
| 452 |
warm_up_ratio: 0.01
|
| 453 |
adamw_8bit: false
|
| 454 |
+
output_dir: !!python/object/apply:optgs.misc.io.CustomPath
|
| 455 |
+
- checkpoints
|
| 456 |
+
- resplat_init
|
| 457 |
use_plugins: false
|
| 458 |
log_slurm_id: true
|
| 459 |
version: 2.5
|