Open asmit203 opened 11 months ago
@asmit203 Can you assign these issue to me for codepeak23?
@asmit203 Can you assign these issue to me for codepeak23?
Assigned
@asmit203 I would like to work on this issue, Please assign it to me, if it's available.
@HavokSahil assigned @onkar-1432 removed due to inactivity
@asmit203 Can you clarify the requirement. Like I have to create a separate file that can load any model and give prediction. The model however than I have to train can be anything since its only for checking functionality. Is that what you want?
like basically you should have a subapp where we give the model class file and weight file and we get input screen which is ready to take input and give output @HavokSahil
@asmit203 can you review the pull request #8
A new python file with a loader module which can load any given model as per the specs. (In new python file) Step 1. Make a linear regression model. (5pt) Step 2. make function to take input load model and return the predictions (5pts) step 3. loader of any custom model (10 pts)