Skip to content

Can pytorch-accelerated be used in other types of tasks, such as detection, reconstruction? #21

Answered by Chris-hughes10
cekxm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cekxm, thanks for the kind words! PyTorch-accelerated can be used for lots of tasks other than classification, for example, this blog post demonstrates using it for a recommendation problem and I have recently been using it to train Yolox for object detection (blog post hopefully coming soon)!

In many cases, you can get away with using the trainer directly as long as your dataset returns (xb, yb) that are passed to a loss function. In cases where that doesn't work, you will have to subclass the trainer, such as this example.

Were there any tasks that you had in mind?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cekxm
Comment options

Answer selected by Chris-hughes10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants