Adds a stripped down version of openrec (as a submodule) with a POC summary writer
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:
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] Related Benchmarks have been performed, if applicable.
[x] I have a plan to revert my changes.
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation, if applicable.
Description
This is a big diff and does the following:
Test/Benchmark Outputs
TODO: remove the dataset that was added
Checklist: