Skip to content

Dataloader overrides Transforms to a boolean #1162

Discussion options

You must be logged in to vote

I forgot the transforms=transforms on the :

super().__init__(root, crs, res, transforms, cache)

changed to:

super().__init__(root, crs, res, transforms=transforms, cache=cache)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by leonelluiscorado
Comment options

You must be logged in to vote
2 replies
@leonelluiscorado
Comment options

@adamjstewart
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants