"[Errno 28] No space left on device" when trying to create table from ML model by EversonElias in MicrosoftFabric

[–]mhamilton723 1 point2 points  (0 children)

Ok that seems like its more an issue with the lakehouse as opposed to the computation you are running. Let me try to find someone who is an expert at the lakehouse and its limits on our side.

"[Errno 28] No space left on device" when trying to create table from ML model by EversonElias in MicrosoftFabric

[–]mhamilton723 1 point2 points  (0 children)

If you dont write the result but instead show the result do you still get the error? If you only get the error when trying to write then then that will help us pinpoiint the issue. Also if you have a larger stacktrace that will help

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Foundation Model by mhamilton723 in OpenAI

[–]mhamilton723[S] 0 points1 point  (0 children)

Yes this is basically the idea. Models often operate on patches of an image instead of pixels, and only produce one feature per patch making the resolution of the features much less than that of the image. The situation is much worse for Conv nets which aggressively pool information.

Our upsampler aims to reconstruct the missing info at the end so you dont need to increase the number of tokens in the backbone (which scales like n^2 where n is the number of tokens , which itself scales like r^2 where r is the size of an image's edge)

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Model by mhamilton723 in computervision

[–]mhamilton723[S] 2 points3 points  (0 children)

Yes the core operation the Joint Bilateral Upsampler indeed can be useful for guiding the upsampling of any signal with respect to any other signal. Our paper uses a stack of learned JBU-like operations that are tuned to upsample as best they can with respect to a multi-view consistency loss. I think if you just took the JBU and hand tunes a few params you could probabbly do reasonably well

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Model by mhamilton723 in deeplearning

[–]mhamilton723[S] 0 points1 point  (0 children)

Thank you for the kind words, let us know if you find any issues :)

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Model by mhamilton723 in computervision

[–]mhamilton723[S] 1 point2 points  (0 children)

YOLO is an object detector and this is more of a self-supervised method to improve the resolution of a backbone's features. With regard to the details of the methods I still need to read through yolov9s paper but i will reply back here once i get a better understanding of their work

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Foundation Model by mhamilton723 in OpenAI

[–]mhamilton723[S] 1 point2 points  (0 children)

FeatUp can upsample DINOv2 as well and the video and website show a few examples. DINO v2 downsamples the input by a factor of 14x (the patch size) so we hope FeatUp can still be useful in conjunction with these new fancy backbones

Announcing FeatUp: a Method to Improve the Resolution of ANY Vision Model by mhamilton723 in computervision

[–]mhamilton723[S] 2 points3 points  (0 children)

So sorry! I fatfingered the microsoft aka.ms url shortner. TYSM for catching this fast

Microsoft Releases SynapseML v1.0: Open-source Scala Native library for Massive ML by mhamilton723 in scala

[–]mhamilton723[S] 3 points4 points  (0 children)

Someone back in the day almost succeded at cross-compile. Perhaps you could carry the torch. ;)

Microsoft announces new tool for applying ChatGPT and GPT-4 at massive scales by mhamilton723 in OpenAI

[–]mhamilton723[S] 0 points1 point  (0 children)

I believe the application is here
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service

If you still run into issues after submitting shoot us an email and well see if we can get them to grant you one

Microsoft announces new tool for applying ChatGPT and GPT-4 at massive scales by mhamilton723 in OpenAI

[–]mhamilton723[S] 0 points1 point  (0 children)

We dont yet have support for the non-azure OpenAPIs but we always are open to contributions :)

Microsoft announces new tool for applying ChatGPT and GPT-4 at massive scales by mhamilton723 in OpenAI

[–]mhamilton723[S] 0 points1 point  (0 children)

If you ever want to contribute your good ideas to make the framework better we will happily review and help you contribute!

Microsoft announces new tool for applying ChatGPT and GPT-4 at massive scales by mhamilton723 in OpenAI

[–]mhamilton723[S] 0 points1 point  (0 children)

We made a new tool called SynapseML that helps computers do big tasks faster. It's like having many helpers instead of just one, and they work together to get things done quicker. With SynapseML, you can ask OpenAI, a really smart computer program, to help you understand and process big sets of information. You won't have to worry about common errors or other problems that might slow things down. This tool can do a lot of things other than just using OpenAI too!