-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fixed neurify, runtests passed. #95
Fixed neurify, runtests passed. #95
Conversation
remove mention of Tracker to keep up with Flux
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.15.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com>
…kshop/tensorflow-1.15.2 Bump tensorflow from 1.15.0 to 1.15.2 in /examples/cars_workshop
Avoid model recreation at every call of reluplex_step
Changed the base branch of this PR to be the neurify branch as per #79 . |
I resolved the conflicts online, it should be fine now. Please let me know if it doesn't work. Thanks |
Looks like the tests are failing (the badge isn't updating, but if you click on details you can see). It seems something may have changed in the tests themselves. Would you mind looking into what happened? |
Fixed the Neurify's implementation based on Changliu's code. ReluVal is also modified to share some common functions with Neurify. Added a new helper function in util.jl.
Passed runtests.jl and runtests2.jl (If commented the Reluplex part).