Shon Verch
Shon Verch
Pretty much, I have a custom async validator that is used to check whether a user with the entered email already exists; however, I don't want to actually make the...
This is pretty important since training the Transformer-decoder model is very memory-intensive. Currently, due to the lack of distributed training support, to train the model, we must reduce the hyperparameters...
Beam search generation will dramatically improve the results of the model.
Currently, both the MusicRNN and Transformer models share nearly identical training loops. It would nice if we could refactor the bulk of this code into a general function.
Add option to plot the attention weights of the Transformer model during training.
Currently, all values in the config file have to be defined. The CLI won't try to infer default values if they are not defined in the config. The project provides...
If a section has been cancelled (``cancelled`` attribute on the Section returned by gator), we should show the section as cancelled on the client and make it disabled (can't add...
Show if a course is eligible for CR/NCR option. NOTE: Blocked by issue [#70](https://github.com/sqrl-planner/gator/issues/70) in [Gator](https://github.com/sqrl-planner/gator).
Web app feels sluggish on low-spec devices that I've tested (e.g. MacBook Air 13-inch 2017). We might want to slim down the app (by default) on devices that are lower...