Skip to content

[Question] Why resnets in bolts ? What is the difference with torchvision models ? #628

Answered by oke-aditya
YannDubs asked this question in Q&A
Discussion options

You must be logged in to vote

I think @YannDubs is talking about resnets file.

For self supervised learning I thnk we have duplicated the code for ResNets.

Edit. Just noticed that we have copy pasted major ResNet code in autoencoders components too

This code duplication was done to avoid dependency on torchvision.

While in detection we did exact opposite, I used torchvision.models to create ResNet FPN Backbones,.

This is still a prevailing question. Our dependency on PyTorch and torchvision.

I think we can discuss more. I would love to hear your thoughts ! @YannDubs @akihironitta

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by edgarriba
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #554 on May 03, 2021 08:29.