EncoderDecoderFactory - Questions #488
|
Hello everybody, build_model registries And a general comment: I hope these are not too stupid questions, as I said before, I'm not a computer scientist, but I hope these questions are valuable for you to understand what non-AI-expert users struggle with. Best regards, Boran |
Replies: 1 comment 2 replies
|
Hi, @Atmoboran registries General comments |
Hi, @Atmoboran
buil_model
I believe it's an error in the class annotation, since it should work for all the tasks. Check the EuroSat example:
terratorch/examples/confs/eurosat.yaml. Let me know if this example is working for you. I'll update the docs about it.registries
You can get more information about the registries in this page of the documentation: https://ibm.github.io/terratorch/registry/
In fact, a complete guide describing combinations between encoders, necks and decoders is still missing, although we are extending the documentation to provide more detailed information.
Generally speaking, you can basically combine any kind of encoder e decoder, you just need to use the appropri…