vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Show version information for deployed models #133

Open ngreenwald opened 4 years ago

ngreenwald commented 4 years ago

Currently, users have no way of knowing what version of a specific model they're using, or if it has been changed recently. It would be good to provide some basic metadata on what model is currently deployed to allow users to track what software produced their results

ngreenwald commented 3 years ago

I think this would be a nice feature to add to coincide with versioning the data. This would allow us to specify which version of the model was used to create what. A bonus would be to select different versions of the model, but at a minimum just showing a version number would suffice.

ngreenwald commented 3 years ago

Also we could think about what a versioning system would look like beyond the sequential numbering we're currently using for model weights.

willgraf commented 3 years ago

Unfortunately, the integer versioning is a requirement of TensorFlow Serving.