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
Python has a concept of "entrypoints" that allow you to do something like:
$ torchgeo train conf=...
and run train.py. We should look into incorporating this. We'll also want to install the conf files somewhere and teach TorchGeo how to find them. The tricky part is making both of the following work:
Python has a concept of "entrypoints" that allow you to do something like:
$ torchgeo train conf=...
and run
train.py
. We should look into incorporating this. We'll also want to install theconf
files somewhere and teach TorchGeo how to find them. The tricky part is making both of the following work:since both the training file and the conf files will be in different locations in those two cases.
The text was updated successfully, but these errors were encountered: