Collin Prather

Results 2 issues of Collin Prather

Currently, some of the initialization arguments (`n_features`, `hidden_dim`, `n_layers`), are all required arguments. It would be a more user-friendly API to add reasonable defaults to get users to training their...

enhancement

Currently, `DRSA` must have valid embeddings in order to be initialized. For the sake of small, reproducible, explanatory examples, it should be possible to use it without embeddings.

enhancement