You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The convenience method SpatioTemporalDataset.from_dataset does not accept any transform parameter, so it either has to be set manually after instantiation or the user must use the standard constructor.
Proposed solution:
Add transform as parameter to from_dataset or move to a kwargs based implementation.
I can implement this based on an agreed upon solution.
The text was updated successfully, but these errors were encountered:
Adding the parameter sounds good to me, I think having only explicit parameters in that method makes all more transparent. More than happy if you could contribute in this regard! :)
Issue:
The convenience method SpatioTemporalDataset.from_dataset does not accept any transform parameter, so it either has to be set manually after instantiation or the user must use the standard constructor.
Proposed solution:
Add transform as parameter to from_dataset or move to a kwargs based implementation.
I can implement this based on an agreed upon solution.
The text was updated successfully, but these errors were encountered: