Alon Samuel

Results 17 comments of Alon Samuel

I haven't solved it yet... Searching to see if anyone else had a solution? maybe @nateraw ?

@nateraw Is this an easy API to write? Maybe I can help set it up

I've tried, but encountered a problem with `mmcv`, and after following their [installation guide](https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-mmcv) in which they recommend to download `torch==1.13` I've tried to run `app.py` in here but there...

I've managed to make it work for Mac! Stuff I've added: (on the same terminal window before running python.py) ```sh export PYTORCH_ENABLE_MPS_FALLBACK=1 ``` In `tracker/config/config.yaml` I've changed: ```yaml ... num_prototypes:...

Update: Checked and I've downgraded to `Remote - SSH` version to `v0.109.0` Now it works! Was previously on `v0.110.1`

Hi, I've started to take a look on the issues, to help out :) Regarding 1 - Where is the colab notebook? a - I tried to go into Examples...

Thanks guys! I'll take a look @sushmanthreddy @Mayukhdeb

So if you install the package from github it fixes the problem? I mean if you do `pip install git+https://github.com/DevoLearn/devolearn` ... ?

Thanks, I'll check it later. Hopefully create a PR soon

I've left a PR for the changes on devolearn side. Changes are still needed in the [data-science notebook](https://github.com/DevoLearn/data-science-demos)