Philipp Wirth

Results 65 comments of Philipp Wirth

Hi @sarmientoj24, since all our SSL models work with an abstraction for the backbone it should be rather easy to plug-in the Swin-Transformers. I only see difficulties for MAE and...

@IgorSusmelj can you elaborate on the exact differences? If we have them in a TODO list format we can easily start working on them.

Hi @himanshu007-creator that's great! In case this is your first time contributing to an open source package, I would recommend you to take a look at our [contribution guide](https://github.com/lightly-ai/lightly/blob/master/CONTRIBUTING.md). Let...

Requirements for 1.2.0, goal: mid-level models are removed - Documentation and tutorials are up-to-date (no mid-level models are used) - one issue per tutorial - one issue for rest of...

Yes, it is. It's also a good first issue as it's mostly documentation.

With pleasure :) Let us know if you need any help! Here's our [contribution guide](https://github.com/lightly-ai/lightly/blob/master/CONTRIBUTING.md).

What system are you working on? Can you show me the output when you type ``` unzip ``` in your terminal?

You need to install scikit-learn and detectron2. Thanks for noticing, I added an issue about this: https://github.com/lightly-ai/lightly/issues/534. You're also missing the datasets, add `cifar10` to `/datasets/`

Hi @Nike682631, can you check if the html code was still generated? You can simply do this by running e.g. ``` python -m http.server 1234 ``` and then browse the...

Yes, you can find all the functions under `lightly.api.api_workflow*`. Most of them should be self-explaining with the help of the docstring. If you have questions about certain functions you can...