Emily (Miller) Dorne

Results 36 comments of Emily (Miller) Dorne

This also arises if we are training a model that has labels which are a subset of the zamba labels, which means we "resume training" instead of replacing the head....

Basic CLI demo exists on zamba landing page: https://zamba.drivendata.org/ Would be good to include a full demo of: - training on new species - finetuning with a species subset -...

> But partway through Epoch 0 it gets reverted: Can you give more detail on when this happens? It's this at the start of epoch 0 or just randomly in...

@papapizzachess yes this bug still exists and the code sections in the issue description are still correct.

@pjbull can this PR be closed?

Closing this PR for posterity. Will open a new PR with an updated description of the depth module which can take in a folder of videos as input.

> yolox is now pip-installable 🎉 as of release on 2022/01/18: https://github.com/Megvii-BaseDetection/YOLOX/releases I tried pip installing `yolox` and it seems like they still have an improperly handled dependency. ``` Collecting...

@sunny1401 sure! For the first one on having a `splits.csv` written out, take a look at the existing tests for other functionality having to do with splits in `test_config.py`: https://github.com/drivendataorg/zamba/blob/master/tests/test_config.py....

We need to wait until PTL fixes their bug before it's worth doing more here: https://github.com/Lightning-AI/lightning/issues/14674

I guess the main underlying question I have is why the requirements are pinned at all. This makes it increasingly likely that the package won't be installable for newer python...