-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
stat:contributions welcomeAdd this label to feature request issues so they are separated out from bug reporting issuesAdd this label to feature request issues so they are separated out from bug reporting issuestype:docsImprovements or additions to documentationImprovements or additions to documentation
Description
This will be a fairly involved contribution, but one that will help out the project quite a bit!
We are hoping to generate our preset checkpoint tables on keras.io directly from our library.
There will be two main steps to this.
- In this repo, we need to update our
xx_presets.py
files so they contain all the metadata they need to generate the documentation tables. We should add a"metadata"
dictionary for each preset, which can contain the model"description"
and"params"
count, with the ability to add more metadata later. - On the keras.io repo, we need to add code to traverse through our model presets and render the metadata as a markdown table on the models page. I've written a starter commit showing how this could look here.
Metadata
Metadata
Assignees
Labels
stat:contributions welcomeAdd this label to feature request issues so they are separated out from bug reporting issuesAdd this label to feature request issues so they are separated out from bug reporting issuestype:docsImprovements or additions to documentationImprovements or additions to documentation