Skip to content

Commit

Permalink
Merge pull request #82 from kaseris/model/sttf-human36m
Browse files Browse the repository at this point in the history
Model/sttf human36m
  • Loading branch information
kaseris committed Feb 9, 2024
2 parents 7bb869b + 17ba5ab commit c82a257
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions configs/sttf_human36m.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
dataset:
name: Human36MDataset
args:
path: /media/kaseris/FastData/Human3.6M-DMGNN/h36m.npz

loss:
name: SmoothL1Loss
args:
reduction: mean
beta: 0.01

collate_fn:
name: Human36MCollateFnWithRandomSampledContextWindow
args:
block_size: 10

logger:
name: TensorboardLogger
args:
log_dir: runs

optimizer:
name: AdamW
args:
lr: 0.0001
weight_decay: 0.0001

model:
name: SpatioTemporalTransformer
args:
n_joints: 32
input_dim: 4
d_model: 256
n_blocks: 3
n_heads: 8
d_head: 16
mlp_dim: 512
dropout: 0.5

runner:
name: Runner
args:
train_batch_size: 16
val_batch_size: 16
block_size: 8
log_gradient_info: false
device: cuda
n_epochs: 100

0 comments on commit c82a257

Please sign in to comment.