neurallambda

Results 29 issues of neurallambda

This is my first pass at adding Profunctor and Traversing instances. I'm not 100% positive they're correct, though, some hand-rolled experiments seem to match my intuitions so far. My interest...

This is my [2nd](https://github.com/jyp/dante/issues/145#issuecomment-596787777) time trying this out, emmigrating from Intero. It seems to install nicely, no errors, but key features aren't working, and no debug information seems to be...

You recently added some more of core.logic, and I've been contributing to that on clojure docs. Any chance you'd want to add monads, and I'll help flesh it out with...

Especially, I'd like to `POST .../login` and parse out an auth token, which following endpoints require. There's a way to do this with `org-babel` and `ob-restclient`, but that whole setup...

### System Info I just ran a project and it decided to download a completely unrelated dataset, which I didn't want or need. The extraneous download was https://huggingface.co/datasets/allenai/c4, which upon...

The paper only mentions the repo [PySceneDetect](https://github.com/Breakthrough/PySceneDetect), but not the rest of the pipeline for multi-frame cut detection, captioning, etc. This could be huge for reproducibility. :crossed_fingers:

Amazing work, and I'm inspired by the connections to dynamical systems. Would you mind showing us a minimal example of training or finetuning this?

I was struggling to configure logging for my library that uses Thespian, until I found it was because of this function, I believe: https://github.com/thespianpy/Thespian/blob/4a7b5222764ec7a77c0ca6517edfeb973a154fad/thespian/system/logdirector.py#L46 `logging.basicConfig(...)` fails (for instance, you can't...

I've spent 2 days drilling into why my frozen params aren't getting saved, and it comes down to this line: https://github.com/microsoft/DeepSpeed/blob/c632ea09f8d107d10f76aa2b776e4df3c1ccf98a/deepspeed/runtime/engine.py#L3297C1-L3297C107 ```python save_frozen_param = self.zero_optimization_partition_gradients() and not exclude_frozen_parameters ``` `exclude_frozen_parameters`...

Within a few minutes of starting a file `watch`, the process named `site` fills up my RAM and ensuingly crashes my computer. I don't know how to diagnose this, but...