mohit-chawla / recboard

Recommendation System as a service
Apache License 2.0
3 stars 1 forks source link

Kriticism/add summary to openrec as submodule #17

Closed kriticism closed 6 years ago

kriticism commented 6 years ago

Description

This is a big diff and does the following:

  1. Adds a stripped down version of openrec (as a submodule) with a POC summary writer
  2. Complete loop of the following steps: (a) On model creation, assign a random port for tensorboard visualization of this model. (b) Generate the models summary in a folder (c) Save this port and path of summary in the database against the model, so that tensorboard_reader can read.

Test/Benchmark Outputs

TODO: remove the dataset that was added

Checklist: