Skip to content

AttributeError:'EfficientNetFeatures' object has no attribute 'module' #1960

Answered by rwightman
Jamesgender asked this question in Q&A
Discussion options

You must be logged in to vote

well for unet you need to wrap that features_only in a unet module that uses the features it returns, but your error is caused by however you're using it with your training framework, it's trying to call a fn on a module attribute which doesn't exist...

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Jamesgender
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