-
Notifications
You must be signed in to change notification settings - Fork 34
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 a tutorial for porting DL program generation to other languages #30
Comments
Hi Sohil, sure! I was actually working on a doc file to do exactly that. Unfortunately though I am taking the next three months off my PhD and won't be working on it until I'm back. In the mean time you're welcome to poke around in the code to do it yourself. The process is really quite straightforward:
Let me know how you get on! Cheers, |
Thank You for the quick reply. I will try to experiment with the code tomorrow. Let you know if I have any questions or concern. |
No worries :) I'll actually keep this issue open as a reminder to myself, and in case anyone else wants something similar. Cheers, |
Hello Chris,
I ran the recommended test for clgen. 10 out of 21 passed. To run it on macOS, I have created a virtualenv and ran the code there. The python version used was 3.6.5
There are few other error as well
|
Hi there, sorry I’m writing this on my ipad so can’t test the fix - but I think I see what the problem is. If you find the file which contains the function ‘def GetDirectoryMTime(’, you’ll see in the comment ‘Pure python implementation’, and then |
The problem is that I’ve hardcoded a reference to GNU |
Hi Chris and @50417 , |
Hi @JiajieZhang-Georgia , woops I'm sorry, I missed a
|
HI @ChrisCummins , Are there any updates on this ? Is it possible to port CLgen to any other OS environments like Windows or other dialects of Linux. ? |
Hey @50417, thanks for your patience! :-) I can see you've made good progress on adapting it to Simulink. If you're looking for specific help with your project I may be able to help out - I would also be interested in getting your work upstream. If you're interested in collaborating, shoot me an email at [email protected] Cheers, |
Hello everyone, |
Interesting! What, in your experience, is the biggest issue for using this project that your fork overcomes? |
The biggest issue was I had to rebuilt all of your projects in the phd project. Although learning bazel had a bit of a learning curve, it does not officially support Python and the fact that it is still in beta was an issue when there were bugs . |
In the paper, you mentioned that your RNN can easily be ported to any other programming language. We are trying to validate that claim . Can you provide tutorial if it is possible to just use the RNN model in the code base?
The text was updated successfully, but these errors were encountered: