feldberlin / wavenet

An unconditioned Wavenet implementation with fast generation.
3 stars 0 forks source link

Fix writing of checkpoints to wandb #9

Closed purzelrakete closed 3 years ago

purzelrakete commented 3 years ago

What

A clear and concise description of what the bug is.

How to reproduce

Reproduce by starting a non-dry run via a notebook

  1. Start the run
  2. Look at files on the wandb interface. There are no checkpoints

Expected

Checkpoints should be uploaded to wandb whenever there is a better one available during training.

Additional context

I thought I fixed wandb, but it seems that I don't understand the symlinking model of wandb. Apparently you need to have checkpoints under the project root? But this would mean that you can't run multiple experiements at the same time.

purzelrakete commented 3 years ago

Fixed. See https://github.com/feldberlin/wavenet/commit/1125dcc5ce5004386160f3dfe0e1d1dc1e5aed98.