LLinkedlist

Results 33 comments of LLinkedlist

@limcheekin Thank you for your response. I'd be happy to attempt submitting a PR to address this issue. I'll start working on this as soon as possible and submit a...

> [2024-04-11 19:03:49,417: ERROR/MainProcess] Task handler raised error: ValueError('not enough values to unpack (expected 3, got 0)') billiard.einfo.RemoteTraceback: """ Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\billiard\pool.py", line 361, in workloop...

Hi, it looks like your are trying to usue the guidance remotely. I am also want to do that but find that the python package lib of the guidance has...

Your answer did solve my problem, but the documentation for guidance is poorly written. I couldn't find any mention of the `LiteLLM` remote before your explanation.

> been facing issues loading setting up the GPU as well what do you mean?

Not sure about this, but you can patch this function as a temporary solution like(`this function should be called before you use the kan lib`): ```python from kan import KAN...

> and then use it as model.fit moving on right? In my specific use case, the `KAN` model is integrated as a component within my larger neural network model. I...

@KindXiaoming Could you please review this? I think this `PR` is somehow important for those who want to integrate the `KAN` into their modules.

> Hi @linkedlist771 , thank you for your message. As I explained in an issue (forgot which), tutorials use train() all the time, so it would be too confusing to...