Skip to content
Discussion options

You must be logged in to vote

skorch does not necessarily have to be classification or regression, the NeuralNet class is neutral when it comes to the task.

I haven't worked with object detection in skorch, but gave it a try. Following the, admittedly fairly simplified, examples from the torchvision FasterRCNN docs, I could get something to work. I attached a Python script that demonstrates inference and training (GH doesn't allow to attach jupyter notebooks, so I exported the script, rename it to have a .py file ending). The script is fairly bare bones, but maybe you could give it a try and tell me if you could adopt it to your use case. If so, we could develop this into a proper example and add it to skorch.

In gene…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@BenjaminBossan
Comment options

@RoyiAvital
Comment options

Answer selected by BenjaminBossan
Comment options

You must be logged in to vote
7 replies
@BenjaminBossan
Comment options

@DavidZSchneider
Comment options

@BenjaminBossan
Comment options

@DavidZSchneider
Comment options

@BenjaminBossan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants