-
Dear community, is there a way to explicitly exclude models like the memory-hungry "resnet152_v2"?? Thx for the help a lot |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
I don't think we have a way to do that. |
Beta Was this translation helpful? Give feedback.
-
@haifeng-jin I was taking a closer look and it seems to be an effect of #1722 might be closed? thx for help in advance |
Beta Was this translation helpful? Give feedback.
-
@haifeng-jin recently If I am using AutoKeras with the new
And it seems to be this happens before starting a new EPOCH Have you any idea what's going on? Thx for feedback |
Beta Was this translation helpful? Give feedback.
-
A quick answer is to define your own "ResNetBlock" for removing unwanted options such as "resnet152"-what-so-ever. |
Beta Was this translation helpful? Give feedback.
A quick answer is to define your own "ResNetBlock" for removing unwanted options such as "resnet152"-what-so-ever.
How to do that? Referred to autokeras/blocks/basic.py for possible way to implement custom block class.