Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Releases: nginyc/rafiki

V0.2.0

02 Sep 12:18
Compare
Choose a tag to compare
V0.2.0 Pre-release
Pre-release

consists of PRs: #163 #161 #158 #152 #148 #142 #140 #138

  • Refractor rafiki-web-admin with new UI
  • Allow use of GPU for inference jobs
  • Use colour images for IMAGE_CLASSIFICATION
  • using kafka to transfer inference worker and predictor infomation
  • Update model tuning for regression tasks and add new models
  • Add support for tabular dataset and new models (Updated)
  • add license to files
  • Add support for tabular dataset and new models
  • Add docs for speech recognition
  • Add Speech Recognition model
  • Add architecture tuning with ENAS & hyperparameter tuning with parameter sharing
  • Change environment variable check method
  • Add new models to Rafiki

V0.1.0

17 Jun 21:06
37a52cd
Compare
Choose a tag to compare
V0.1.0 Pre-release
Pre-release

Overview of Changes

Consists of PRs: #119, #116, #115, #113, #108

  • Rafiki’s data (i.e. model, job, user data) now persists across restarts
  • Fixed “out-of-memory” error when large models are trained on Rafiki (by moving storage of model parameters from database to disk)
  • App developers now can specify no. of GPUs to use for a train job, and during model training, each model is exclusively allocated a single GPU, if GPU is available
  • Admins can now ban users
  • Model developers can now delete models
  • Stricter authentication checks on the back-end for management of models, users and jobs
  • Better documentation (deployed at https://nginyc.github.io/rafiki/docs/0.1.0)
  • User tokens now expire in 1h

v0.0.9

17 Jun 21:06
317a8a2
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

v0.0.8

17 Jun 21:07
61606c8
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release