guarin

Results 180 comments of guarin

Thanks for raising the issue! Mypy should actually only check the `src` and `tests` directories. This seems like an error in the pre-commit configuration

Hi, yes we have an issue to increase typing coverage: https://github.com/lightly-ai/lightly/issues/1635

Hey, thanks for your interested on working on this issue. I think this issue is not a good first issue and we'll need some more internal discussions on how to...

Hi, the error seems to be related to model saving when starting from randomly initialized weights. The following raises the same error and doesn't use LightlyTrain: ``` from ultralytics import...

Hi, sorry we have not yet a tutorial on this.

Hi, adding support for v2 transforms sounds like a great idea. As @IgorSusmelj mentioned, lightly still supports older torchvision versions that do not yet support v2 transforms. I would suggest...

Hi, this looks interesting! There also seem to be a bunch of alternatives: * `ruff`: https://docs.astral.sh/ruff/faq/#does-ruff-support-numpy-or-google-style-docstrings * `docformatter`: https://github.com/PyCQA/docformatter Maybe there are also others. My favorite would be `ruff` because...

Thanks for the comment, it seems to be due to Privacy Badger browser extension 🤦🏼‍♂️ But might be good to find an alternative way to display the badge that doesn't...

@jakirkham good point, will reopen

The PR is not yet merged