-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ML for synthesis prototype to repository #167
Conversation
Very interesting py code style for me, I will steal some ideas. Also, now I understand why data scientists have not converted to programmers. Too much magic. I commit some changes, which simplify notebook running automatically (not manually running of nitta, unix like paths, some warnings). Please, check it. I think it should continue work on windows, but not checked. Did I correctly understand that What I think we need to do with this now:
|
@ryukzak Replying to your last message in this PR paragraph by paragraph. The data science itself is pure magic, it's inevitable :) I've looked at automations you made. It generally works on Windows too, but I'm not quite a fan of this experience, since something weird can happen. More on this later. Yes, you've understood it right, |
I'll do that in a moment and push it here. |
May be needed in the future for NITTA profiling purpose.
Regex-posix now have their own dependency for regex-posix-clib on Windows.
Related to #235
Due to some platform-specific peculiarities (I guess) exiting run_nitta context manager is killing the whole process group including the parent process of the Python interpreter itself. Python tests were killing JetBrains IDE components in Docker development environment because of this 😅
Planning to add external synthesis script and only then request a review. |
Updates haskell code to reformatted with recent fourmolu
Co-authored-by: Ilya Burakov <speedwatson@gmail.com>
Co-authored-by: Ilya Burakov <speedwatson@gmail.com>
Co-authored-by: Ilya Burakov <speedwatson@gmail.com>
Co-authored-by: Ilya Burakov <speedwatson@gmail.com>
…f-fix Fix Tensorflow deps for Windows
Co-authored-by: Ilya Burakov <speedwatson@gmail.com>
Ml for synthesis prototype - Refactoring
This PR's unfortunate fate is to become a huge solution hub for ML-related problems. Hope to merge it soon, so this is fixed. Contents:
Resolves #235, #233, #231, #242