RAVE
RAVE copied to clipboard
Fix #275 gin storage of n_channels in model
This fixes export (#275) when models are trained with--channels 2
. Generation with these models still doesn't work.
I ran into this as well and found the same fix. passing n_channels to the RAVE constructor prevents it from getting saved in the gin file.