shobrook / sequitur

Library of autoencoders for sequential data
MIT License
426 stars 57 forks source link

Fix issues / enhance quick_train #6

Closed Quoding closed 3 years ago

Quoding commented 3 years ago

Fix deprecation issue in MSELoss (reduction is the proper keyword) Fix issue where squeezing x in lstm decoder would result in a 1D Tensor, thus returning an error on torch.mm Add device optional keyword to quick_train

Also, format the code via Black.