I wanted to announce my work of porting mini-dalle to OCaml
I’m looking for feedback as I look to publish this to opam in the near future.
Thanks @laurent for suggesting that I share this here!
I wanted to announce my work of porting mini-dalle to OCaml
I’m looking for feedback as I look to publish this to opam in the near future.
Thanks @laurent for suggesting that I share this here!
Looks super interesting. Do you have usage examples?
The steps to run are listed here. Does that help?
Yep, I saw that, but does it require any extra setup? Training files, or AI models or something like that? Is it supposed to be executed in an environment like Google colab or something?
Sorry, I just have very little experience with AI
I see. I could write up a section on what it does.
All the user has to do is build the docker image with “make mini-dalle” and run the dune exec command as shown in the Readme.
In the background this is what happens:
I can add a notebook in the future. Right now, it just works from the command line. Hope it helps!
It’s nice to have this repo. Having more code using the ocaml-torch package is very useful for people used to pytorch and who want to translate their model in OCaml.
Yeah, that is a perfect explanation, thank you very much.
Also happy to see that I do not need special equipment as long as I am ok with having some extra patience
When will we have an ocaml-keras package?
I am so tired of working with Python code.
Always crashing at run-time, this is hell…
I’m running into some problems building the image, maybe you can help me with.
It fails at the following step
RUN git clone https://github.com/LaurentMazare/ocaml-torch.git
RUN cd ocaml-torch && opam install -y .
It does not pick the downloaded torch. Seems to be ignoring the env variable
I’d be happy to take a look. Can you share the error in a github issue?