IBM / terratorch

a Python toolkit for fine-tuning Geospatial Foundation Models (GFMs).
Apache License 2.0
151 stars 20 forks source link

Clay v1 base #136

Open myscon opened 2 months ago

Joao-L-S-Almeida commented 1 month ago

The tests are failing due to an import for vit_pytorch and I understand that it should came from here. Could it be replaced by some builtin module or should we add it to our requirements ?

myscon commented 1 month ago

Okay I removed vit-torch. I seem to have omitted the sign off and that was the reason for the force.

Joao-L-S-Almeida commented 1 month ago

Some of the automatic tests are still failing. Maybe it could be interesting to run pytest -s tests locally and check if there any missing stuff.

myscon commented 1 month ago

Made some small adjustments to the test file. They pass locally.

Joao-L-S-Almeida commented 1 month ago

@myconv I saw that the problem was related to the device. I modified it to "cpu" (the GitHub runner was not configured with GPU) and the tests are passing. Please, check the PR #160, try to update your fork and we can proceed with the review.