Skip to content

Malav-P/soundstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorboard Setup

Run this on the remote server:

sbatch train.sbatch # begins training
sbatch tensorboard.sbatch # begins tensorboard logging

Then, you can find the port we need to forward in the Report that is written to the home directory. It looks something like

TensorBoard 2.19.0 at http://atl1-1-02-003-19-1.pace.gatech.edu:6006/ (Press CTRL+C to quit)

Run this locally to set up port forwarding:

ssh -N -L localhost:16006:atl1-1-02-003-19-1.pace.gatech.edu:6006 <your-login>@login-ice.pace.gatech.edu 

Then go into your browser and type in http://localhost:16006

TODO

  • faster (vectorized) Grouped Residual Vector Quantization
  • FiLM Layer

About

Implementation of SoundStream Neural Audio Codec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages