-
Notifications
You must be signed in to change notification settings - Fork 0
Dev radio #4
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
base: master
Are you sure you want to change the base?
Dev radio #4
Conversation
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.
Main change is to revert changes to models/lightning/mmGAN.py (or explain why this is needed?) and to change naming from mMGAN -> GriGAN in plotting scripts, for clarity.
Other than that, I've highlighted some places we can tidy up scripts, where we have large amounts of old code, optional whether you want to fix this, but it'll only take a minute so I recommend.
Thanks @JessWhitney, I removed commented out old code and undid all the changes to the mmGAN files. Will pick up changing some of the READMEs next |
@JessWhitney Edited the main README now, let me know what you think about it. I'll add the documentation for reproducing the results later. |
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.
I went through the code, there are still some comments and use of mmGAN on the plotting scripts (the variable name, not the model imported) , but it's good enough for me.
If @JessWhitney approves, I'd be ok to merge this
No description provided.