Closed KiaraGrouwstra closed 4 years ago
hi @tycho01, I'm sorry that you have these issues. I use the nix build system for my development work on hasktorch. However, I may still be able to help you. have you roughly followed instructions that are comparable to what's in the stack GitHub action script? https://github.com/hasktorch/hasktorch/blob/master/.github/workflows/stack-linux.yml
Btw, your master's thesis repo looks very interesting. We are trying to make hasktorch great for researching neural program synthesis. I would love if you chose hasktorch for your project.
https://github.com/pytorch/pytorch/issues/32277 https://github.com/dhpollack/huggingface_libtorch/issues/4 The version of gcc may be the cause.
Thanks, I'm gonna check those out! I'll try by nix as well.
@tscholak thank you for your kind words -- I'd be glad to. :smile:
I'd somehow held the impression tensorflow/haskell
had been more actively maintained than HaskTorch, but it seems I was quite wrong there. Been having quite some trouble installing TF as well, so definitely gonna try HaskTorch some more now.
It's felt like I'd made some outlandish choices picking a thesis topic that got zero exposure throughout our AI program, probably as the only one even using a language different from Python. But this was just something I really wanted to do, and to me doing the ML bits for neural program synthesis in Haskell had just made complete sense as well.
I'm actually surprised I hadn't found Haskell implementations for neural program synthesis before, so if you're aware of other HaskTorch users in that space I'd be pretty curious! :upside_down_face:
Downgrading gcc
did it for me. Thanks again, and looking forward to trying HaskTorch!
Let us know how it goes. Maybe consider joining our Slack for more immediate feedback and exchange of thoughts.
I followed the installation instructions, then tried running
stack run regression
. This errors for me as follows, truncated here due to the character limit. It seems like a bunch. How do you guys deal with this dependency?