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

Custom Logger - Backend #929

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

Problem Currently, in the old training service, we have a custom logger class here. This custom logger gives us color coded output in the terminal to clearly identify the error logs, info logs, etc using the logging framework in python.

Solution Migrate this custom logger class to the Django backend.

Refer to these resources for approach

farisdurrani commented 1 year ago

Solved using logger