Wolfgang Pauli
Wolfgang Pauli
Are there any updates on this issue. I'm running into the same problem. compared my model.json with the one contained in this repo, and cannot find any obvious differences. Is...
I see, thanks. I had specific constraints that lead me to use VoTT (e.g. Azure blob storage support). Other options that directly support active learning are CoCo Annotator and Prodigy....
Hi @aseemw , sorry for skipping this important detail. It's on this page: https://github.com/onnx/onnx-coreml/tree/master/examples
Excellent! Thanks.
I was able to get it from here: https://web.archive.org/web/20200707221857/http://buildingparser.stanford.edu/dataset.html#Download
I was also realizing that the model produced rather larger errors. I was able to get them into the correct range (e.g. around .2), by scaling the image data: return...
Hi, I have been "able" to train the model, but the performance did not exceed the baseline comparison (MSE current frame vs previous frame should be higher than MSE current...
Regrading the related note, I believe that this is the answer. Still curious about the local fine-tuning though. ``` import dspy model_name = "hosted_vllm/deepseek-ai/deepseek-llm-7b-chat" vllm_mpt = dspy.LM( model_name, api_base="http://localhost:8000/v1/", provider=LocalProvider(),...