Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Refactor the rest of the backend training endpoints to /training #908

Open
1 of 3 tasks
dwu359 opened this issue Aug 20, 2023 · 1 comment
Open
1 of 3 tasks
Labels
backend backend tasks enhancement New feature or request

Comments

@dwu359
Copy link
Contributor

dwu359 commented Aug 20, 2023

Feature Name

Refactor the rest of the backend training endpoints to /training

Your Name

Daniel Wu

Description

Add endpoints to /training so that:

  • /image trains an image model
  • /object-detection trains an object detection model
  • /classical-ml trains a classical-ML model

Make sure to update, reuse, and/or add any classes in /core as necessary

Tasks

Preview Give feedback
  1. backend
    codingwithsurya
  2. backend
    FrancisWu2005
  3. 0 of 3
    enhancement training
    AmyCGT noah-iversen
@dwu359 dwu359 added the enhancement New feature or request label Aug 20, 2023
@github-actions
Copy link
Contributor

Hello @dwu359! Thank you for submitting the Feature Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this feature request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this feature request using the issue number:
```
 git checkout -b feature-908
```

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

@dwu359 dwu359 added the backend backend tasks label Aug 21, 2023
@dwu359 dwu359 moved this to Todo in Backend Improvements Sep 9, 2023
@karkir0003 karkir0003 moved this from Backlog to Todo in DLP Project Board Sep 10, 2023
@noah-iversen noah-iversen moved this from Todo to In Progress in DLP Project Board Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend tasks enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant