Uri Alon
Uri Alon
Hi all, I think that the code supports only tensorflow 1.*. If you are interested in NLcode, I recommend checking our newer projects which are all publicly available using the...
Hi @zunairazaman2021 , Thank you for your interest in our work! Can you try running the java process directly, as instructed earlier in this thread?
Great to hear :-) On Wed, Feb 8, 2023 at 07:35 zunaira zaman ***@***.***> wrote: > Nevermind, Solved it with #109 > :) Thanks > > — > Reply to...
Thanks @Lufedi and @zunairazaman2021 , I merged that PR.
Hi @hungkien05 , @noamyft wrote the code, but until he responds - if I remember correctly, the deadcode was an unused variable declaration. Maybe this unused variable had a special...
Hi @hungkien05 , Thanks again for your interest in our work. As far as I remember: 1. VarName - the variable to attack is chosen randomly. I am assuming that...
Hi @eghannoum , Thank you for your interest in our work! Can you please clarify your question? The adversarial java source code is the **output** of our approach, given a...
Did you look at the README here? https://github.com/tech-srl/adversarial-examples/tree/master/code2vec
In the file `log.txt`. The code that writes to this file is at: https://github.com/tech-srl/adversarial-examples/blob/master/code2vec/model.py#L425-L605 So if you want to log additional information, you can change the code there. I hope...