-
Notifications
You must be signed in to change notification settings - Fork 5
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
1anw - add HPS tutorial on image classification, CORDS, ResNet architecture #15
base: develop
Are you sure you want to change the base?
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.
Hello @1anw,
Thank your contributing this tutorial. The proposed notebook does not contain outputs which are required to be presented on the deephyper.readthedocs.io website.
very minor tweaks/grammar to tutorial
Hello @1anw and @BethanyL , I am adding Bethany to the thread because I think Ian ended is internship already. I took an other look at the new commits, the tutorial looks interesting and quite well shaped but I think some editions are still necessary to publish it. Let me explain: In this one PR I am finding 4 "examples" about how to use CORDS:
I also propose to remove unused imports in scripts/tutorials to clarify the code. If you could help me understand the idea behind all these files it would be great. I think it is better to have 1 page about CORDS probably starting with serial execution (default evaluator) then adding details about how to adapt in a supercomputing case (from 1 process, to multiple CPU processes, then GPU processes). Do not hesitate to explain me if I missed something. |
The file should be found at tutorials/notebooks/09_HPS_CORDS. I also included a way to use ConfigSpace with a real hyperparameter space.