AGen / confs /base.yaml
leobcc
Baseline and first geometry encoding attempts
c5c4d95
raw
history blame contribute delete
366 Bytes
hydra:
run:
dir: "../outputs"
defaults:
# AGen model configuration
- videos_dataset: dataset
# Video reconstruction configuration
- model: model
- dataset: video
- _self_
seed: 42
project_name: "AGen_model"
exp: ${dataset.train.type}
exp_num: "0"
run: ${dataset.metainfo.subject}
gpus: [5,6]
max_duration_seconds: 1800
refinement_epochs: 10