DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Backend schema refactor #835

Closed farisdurrani closed 1 year ago

farisdurrani commented 1 year ago

Backend schema refactor for kernel and ai_drive

What user problem are we solving? The current ai_drive.py and kernel.py are using old schemas for the train

What solution does this PR provide?

Testing Methodology How did you test your changes and verify that existing functionality is not broken

Any other considerations

karkir0003 commented 1 year ago

Python build check failed because execution_db import is not valid as we've deleted that file @farisdurrani

karkir0003 commented 1 year ago

@farisdurrani object detection endpoint extraction on kernels look good?

farisdurrani commented 1 year ago

Added colored logs using logging:

image

Ref:

  1. Colored logging
  2. All possible colors
farisdurrani commented 1 year ago

Tested for tabular IRIS and it works after a fix. Assuming all tests passed, this is ready to merge 👍