Skip to content

Autogenerate preset tables on keras.io #657

@mattdangerw

Description

@mattdangerw

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.

  1. 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.
  2. 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 issuestype:docsImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions