Yonatan Lavy

Results 8 comments of Yonatan Lavy

Hey Miaoye, You can see my code at: https://github.com/yehonatanyosefi/eramorph/blob/main/src/cmps/Pose.jsx Feel free to email me for any more questions. On Tue, Jun 27, 2023, 17:06 Miaoye Que ***@***.***> wrote: > Hi...

Sorry for the late reply, I was on a vacation in Rome. Here are the results of the modified classify function: *Inputs* (34) [329.2766621511734, 232.7027044036509, 338.82978149889044, 221.55281749680813, 315.95720491520626, 221.3593028027724, 354.0813045279061,...

Yes, it's a ml5 model. I'd love help with it, i'll try playing with the nesting in the meta objects too, see if it works, but if you can do...

I took an old minified model someone used and it seems to work now. It seems new updates to ml5 library changed how it works and now legacy code is...

Thank you @svonava I've been in talks with the team about it before and it's not been communicated that there are technical limitations. I understood the problem was related to...

Oh wow, I'm not even close to that scale at the moment, and also need the updates to happen constantly, can't really handle batch as I need the ability to...

> > Server Actions are designed for mutations that update server-side state; they are not recommended for data fetching. Accordingly, frameworks implementing Server Actions typically process one action at a...

using this code from the docs: ``` from gpt_researcher import GPTResearcher from gpt_researcher.utils.enum import ReportType, Tone import asyncio import os from dotenv import load_dotenv load_dotenv() async def main(): # Initialize...