Harim Kang
Harim Kang
https://github.com/Lightning-AI/pytorch-lightning/blob/f91349c961103af48091654775248789b6e03bd1/src/lightning/pytorch/trainer/trainer.py#L1213-L1234 I think the `log_dir` in `lightning.Trainer` expects the Logger to have a `log_dir`, but the `AnomalibMLFlowLogger` has `save_dir` instead of `log_dir`. So I think it's the wrong logger, could...
> Same as #3910, the detection tests are failing here. Any thoughts @harimkang ? I'm not sure about 1.6. @chuneuny-emily Can you give us some advice?
> @kprokofi, @harimkang, the detection tests are failing for some reason, can you guys point what to do to get this pr merged? This PR can be resolved by rebasing...
I think we should be able to use the model classes in this file (src/otx/algo/classification/timm_model.py) to use MV4 with only minor changes. I'll do a quick test and share it...
https://github.com/openvinotoolkit/training_extensions/pull/3976 - As this PR was recently merged into develop, we made a fix in the API to allow for the use of different models of timm. However, there are...
Hi @eugene123tw, I'm trying to do a merge-back (2.2.0rc7 -> 2.3), but the segmentation tiling test is failing, could you take a look and see if I'm missing something?
merge-back RC9 PR will be replaced it
@samet-akcay In fact, we have a way of raising `python-dotenv` to `core` rather than doing something as messy as this PR. What do you think?
Hi @epage480, We are also very interested in extending the Language models, but there is no timeline yet. (it's because we're focused on Vision first) Fortunately, the VLM models (CLIP,...