How to chnage the Feature extractor? #2238
Unanswered
ghost
asked this question in
CompVision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am intersted to understand how can we chnage the feature extractor of FID to another networks like ResNet18?
Here's the code
under the
paramete
it is writtenfeature (Union[int, Module])
where an nn.Module for using a custom feature extractor. Expects that its forward method returns an (N,d) matrix where N is the batch size and d is the feature size.Does anyone know how to replace InceptionV3 to Resnet or any other model?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions