Viewing profile — dayeye2006
dayeye2006
HN member- Joined
- Sun, Jul 25, 2021, 10:48 PM UTC
- HN karma
- 27
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About dayeye2006
No profile information was provided.
Recent public activity
-
comment
Comment #48429509
neat -- how to add pt2 support and how to allow fusion of your custom ops with normal ops by inductor?
-
comment
Comment #48300460
Feel duckduckgo can make an API for agent usage of search engine
-
comment
Comment #46174762
wondering what's your typical usage for those small distros?
-
comment
Comment #42232779
Maybe UI
-
comment
Comment #41920716
I like her videos, making me feel sometimes peaceful and calm
-
comment
Comment #40959152
Triton is getting a lot of attention for its adoption in PyTorch2 compiler
-
comment
Comment #40719669
Any idea on what are the main tricks used to achieve gains over fsdp?
-
comment
Comment #39108359
Side projects or working on other people's side projects. The most important things is to connect with the community and learn the technical language to speak with them. This is a …
-
comment
Comment #39099139
I think no optimization is possible withoutprofiling. I think getting yourself familiar with the tools to understand the performance of a model might be the 1st step, e.g., https:/…
-
comment
Comment #38959451
Little impact on the revenue side while cost can be cut significantly. Many companies have proved it to be useful and their stock prices soar. Why don't we try it
-
comment
Comment #38273522
I once tried to build a replicate with ML classifier. It was quite fun. And to achieve the accuracy of detexify is quite hard
-
comment
Comment #38055917
I think the same thing happens to Chinese, too. Many people are entering from the boarder. US has a huge issue in the border control on the south side.
-
comment
Comment #37699659
Yes. But some of the algorithms cannot benefit that much from the GPU. In my field -- mathematical optimization, lots of algorithms rely on sparse matrix operations and takes many …
-
comment
Comment #35870679
How does compare to airbyte?
-
story
Ask HN: LLM Enhanced OCR
Has anyone tried experimenting with using LLM to enhance the results OCR. OCR software may produce results that are full of noises (nonsence chars). It's very hard to pattern match…
-
comment
Comment #34600399
Can anyone give me a ELI5 version what is the relationship between this and pyodie?
-
comment
Comment #34537459
He thinks the eng work behind that makes the model training and inference possible is not so impressive as well...
-
comment
Comment #33170941
Just use [doge]
-
comment
Comment #33138371
TRAC is a serverless framework that can rapidly convert a data science solution developed locally in the form of jupyter notebook or python script, to an interactive web applicatio…
- story
-
comment
Comment #31244772
How this compares to https://mindsdb.com/
-
comment
Comment #30549295
How you guys compare with sagemaker? It also lets you bring in custom containers as training and (batch/real-time) inference phase.
-
comment
Comment #30549277
How you guys compare with sagemaker?
-
comment
Comment #28833388
What kind of parser does FugueSQL use? Does it use Apache Calcite?
-
comment
Comment #28658164
Curious what is the modern way to write such plugins for excel. A couple of years ago, I used VSTO. Is that still the standard?