This should resolve #34 by adding the rest of the documentation. Also contains minor edits to #74.
I decided to add a return type hint for a list of 2-4 tensors in the format all_tensors(self) -> (Tensor, list), but can change if we want it to have a different format.
This should resolve #34 by adding the rest of the documentation. Also contains minor edits to #74.
I decided to add a return type hint for a list of 2-4 tensors in the format
all_tensors(self) -> (Tensor, list)
, but can change if we want it to have a different format.