Adam McArthur
Adam McArthur
Based on: https://github.com/craiglpeters/kubernetes-devcontainer #### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds support for devcontainers. Right now,...
I would be interested in helping to make this happen. Also will link to an issue with the vice-versa.
This is a replacement for the Random Forrest that is more visual and has more metrics. https://photos.app.goo.gl/Yqo8PGsxZd7Zg1s39 https://photos.app.goo.gl/kjYBynZk7g58wTGm9 Related to #699
```py mlflow.set_tracking_uri("http://localhost:5000/") mlflow.set_experiment("exp-name") ``` If these are the other way around, you get a strange error ``` ges/mlflow/utils/rest_utils.py", line 210, in call_endpoint response = verify_rest_response(response, endpoint) File "/home/coder/.cache/pypoetry/virtualenvs/picassoseg-0dMKFdZz-py3.9/lib/python3.9/site-packages/mlflow/utils/rest_utils.py", line 142,...
Hey folks, I am interested in applying Transfer Learning to FastSAM. I tried following the Training and Validation Code that was provided, but I have a few questions: - You...
Hey folks, I would check this myself but do not have time. I was wanting to check if you think this will be compatible with https://github.com/bowang-lab/MedSAM See this issue which...
Would be a nice feature for people dealing with networking issues related to running envbox in strange places (i.e k3s, k0s etc)
https://github.com/yformer/EfficientSAM https://github.com/ChaoningZhang/MobileSAM I am not too sure how to implement EfficientSAM, but I do think I know how to implement MobileSAM, by replacing the full VIT model with Tiny-VIT. You...
Based on https://github.com/ziqi-jin/finetune-anything/issues/23 being closed, I assume the README should be updated to reflect the change. https://github.com/ziqi-jin/finetune-anything#support-plan
Just wanted to add this here. https://github.com/langchain-ai/langchain/issues/8563 Ideally we would write it into langchain in a way that the user can choose the URL of the endpoint they want to...