Skip to content

Help with modelling a multi-input trainer. #936

Answered by adamjstewart
ak3ra asked this question in Q&A
Discussion options

You must be logged in to vote

Personally, I would concatenate the (2, 13, 600, 600) Sentinel image with the (2, 1, 600, 600) esri land cover mask to get a single (2, 14, 600, 600) input image. Then I would pass this through a model like normal. So first create a dataset that does the concatenation, then use the normal builtin ClassificationTask trainer.

Replies: 1 comment 2 replies

Comment options

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

@ak3ra
Comment options

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