Question about alexnet backbone structure #545
Unanswered
luunguyen97
asked this question in
Code
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I see that the structure of the AlexNet backbone and the Alexnet in original paper is diffirent. Now I want to retrain the AlexNet backbone on my custom Dataset. I see that the Alexnet in here "https://github.com/STVIR/pysot/blob/master/pysot/models/backbone/alexnet.py" only contain the first 5 conv layers. So I need to add some Linear layers to retrain Alexnet. Could you show me the whole Alexnet structure used for training on imagenet.
Beta Was this translation helpful? Give feedback.
All reactions