-
Notifications
You must be signed in to change notification settings - Fork 1
provides a running blackbox for Rosetta #222
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
Conversation
@RMichae1 @SimonBartels I feel we should revive this PR before the end of my tenure at MLLS. |
…eature-blackbox-rosetta
I've added the tests analogue to the Rasp testing, which includes a opt-in session fixture. |
Let me know if you can check-out, setup the env, and run the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Richard!
Amazing work! Thanks for all the effort you've put into this.
Here are some minor comments related to some changes we did on poli
recently.
I'll pull and test at some point after the camera-ready deadline.
This reverts commit 58770bd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
constraint_weight=self.constraint_weight, | ||
n_threads=self.n_threads, | ||
) | ||
self.inner_function = opt_in_wrapper(inner_function) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how fancy!
No description provided.