Robin Cole
Robin Cole
[This example](https://github.com/streamlit/demo-self-driving/blob/259f72ce739ab702a7928db826c6c43a5007e9ea/app.py#L60) might help
Yes this is required, docs [here](http://developer.withings.com/oauth2/#tag/OAuth-2.0)
Appears to be https://github.com/pytorch/pytorch/issues/68501 Now forcing upgrade from `1.10.2+cu113` Appears some conflict: ``` HorovodVersionMismatchError: Framework pytorch installed with version 1.10.2+cu113 but found version 1.12.1+cu102. This can result in unexpected behavior...
Yes that one works
Warning there appears to be an issue with the imports in the notebook: ``` ModuleNotFoundError: No module named 'torchtext.legacy' ``` unpin pl version resolved
for anyone else, example contents: ```json {"0": 0, "1": 1} ```
After doing that I now have ``` google-api-core==2.0.1 google-auth==1.35.0 google-cloud-appengine-logging==0.1.4 google-cloud-audit-log==0.1.1 google-cloud-core==1.7.2 google-cloud-logging==2.6.0 google-cloud-storage==1.28.1 google-resumable-media==0.5.1 googleapis-common-protos==1.53.0 ``` but error: ``` (venv) Robins-MacBook:label-studio-ml-backend robin$ label-studio-ml init coco-detector --from label_studio_ml/examples/mmdetection/mmdetection.py Traceback (most...
I have a greyscale single band tiff, and following the example of @khannurien above I get the following. Can anyone advise on a method or mapping for greyscale? 
Hi @SimonBiggs I agree that documentation should be the priority at this point, but still with essential bugfixes addressed. Your approach sounds very novel so I am looking forward to...
Lets avoid any yaml :)