https://github.com/MEPP-team/SAE
Raw File
Tip revision: ab5ce43f5fc967383d08795669ce791776b4bcd4 authored by Clément Lemeunier on 01 November 2023, 15:42:55 UTC
specify pytorch-lightning version
Tip revision: ab5ce43
default_options.json
{
  "device": "cuda",
  "path": "data/SMPL/DFAUST",
  "model_type": "LearnedPooling",
  "nb_freq": 4096,
  "size_latent": 16,
  "size_conv": 3,
  "activation_func": "ELU",
  "loss_type": "MSE",
  "learning_rate": 1e-4,
  "train_batch_size": 16,
  "test_batch_size": 64,
  "num_workers": 4,
  "num_iterations": 10000,
  "check_val_every_n_epoch": 10
}
back to top