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
24 stars 8 forks source link

training update changes #965

Closed prishavall closed 11 months ago

prishavall commented 1 year ago

Title of Pull Request HERE

What user problem are we solving? Migrating unit tests from backend to the training module.

What solution does this PR provide? Fixes the pathway errors and import changes with the transfer from backend to training. Testing Methodology How did you test your changes and verify that existing functionality is not broken Ran tests individually Any other considerations One test model_py is still not working need to look into django implementation for that.

dwu359 commented 1 year ago

@prishavall Update PR title in both the post and the PR itself so it's easier to find your PR in github projects

dwu359 commented 1 year ago

@prishavall Also include the specific commands needed to test your PR