tta_wrapper icon indicating copy to clipboard operation
tta_wrapper copied to clipboard

how to load tta_wrapper model?

Open JeongChanwoo opened this issue 5 years ago • 0 comments

I want to save the model with tta_wrapper and reuse it. However, when reloading the model, a repeat layer problem occurs. What is the solution?

I have loaded the reapeat layer from the tta_wrapper's layer, but the only response is that there is no n in init.

TypeError: init() missing 1 required positional argument: 'n'

JeongChanwoo avatar Mar 02 '20 06:03 JeongChanwoo