tensorflow-stack-ts icon indicating copy to clipboard operation
tensorflow-stack-ts copied to clipboard

Add DB model based on for backend input/output stores

Open eram opened this issue 6 years ago • 0 comments

  • [ ] sequelize-typescript based
  • [ ] lightweight schema - tensors saved as jsonb
  • [ ] migration scripts
  • [ ] store training data in table 1
  • [ ] store predict input and output in table 2
  • [ ] load training data on start to train the model
  • [ ] load old predict to frontend graph

eram avatar Oct 18 '18 13:10 eram