-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add KerasRS API documentation and examples #2083
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
@@ -392,6 +394,12 @@ def sync_tutobook_templates(self): | |||
os.makedirs(dst_dir) | |||
copy_inner_contents(dir_path / "md", dst_dir, ext=".md") | |||
|
|||
shutil.copytree( |
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.
Add a TODO here?
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.
No, this isn't a TODO. We have to copy over the examples to KerasRS
@@ -42,5 +43,6 @@ | |||
KERAS2_API_MASTER, | |||
TUNER_MASTER, | |||
HUB_MASTER, | |||
RS_MASTER, |
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.
Isn't that the thing you should remove for now so that KERAS_RS doesn't appear in the menu?
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.
Nope, all of that is in the HTML files
Do not review now.TODO: