Mackenzie Mathis
Mackenzie Mathis
- [ ] `14:08:42 ERROR The operator 'aten::upsample_trilinear3d.out' is not currently implemented for the MPS device. If you want this op to be added in priority during the prototype phase...
I guess need to globally set `PYTORCH_ENABLE_MPS_FALLBACK=1` for now? also not critical :D
```bash Updating 3a0dd11..a1077bc Fast-forward .github/workflows/test_and_deploy.yml | 1 - napari_cellseg3d/code_models/model_framework.py | 3 --- napari_cellseg3d/code_models/worker_inference.py | 5 +++++ napari_cellseg3d/code_models/worker_training.py | 5 +++++ setup.cfg | 4 ++-- 5 files changed, 12 insertions(+), 6...
Sorry for my delay! No major rush :) I showed them your cool preprint last week, so would be also in future years :D
lgtm, just tests are faiing, so please check before merging
great; feel free to edit this branch as you like! No rush.
Hi @Vaccummer thanks for testing! Maybe its an internet issue.... can you try `pip install "deeplabcut[gui,modelzoo,wandb]==3.0.0rc1"` https://pypi.org/project/deeplabcut/3.0.0rc1/
Hi @mikeumo - the message pops up because you're not using a stable release; obviously will "go away" when you install stable, not during this test-only period. - you need...
> Hi, > > I found two small bugs in the GUI (Win11 PC). > > 1.) If you create a project (videos copied to project folder), the app creates...
> > > > > > > > Hi @Vaccummer thanks for testing! Maybe its an internet issue.... can you try > > > > > > `pip install "deeplabcut[gui,modelzoo,wandb]==3.0.0rc1"`...