-
Notifications
You must be signed in to change notification settings - Fork 33
Parametrized types #49
Copy link
Copy link
Open
Labels
Priority: LowSize: HugeFor issues that will take a while to finishFor issues that will take a while to finishenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
Priority: LowSize: HugeFor issues that will take a while to finishFor issues that will take a while to finishenhancementNew feature or requestNew feature or request
At the moment, all of the models (well, actually everything) use the
torch.doubledata-type by default, but it would be nice to have this be an optional argument to the model constructors.