You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some models (I found it in resnet50, vgg16, bert_base, roberta, but please check other too) the disable_jit_freeze parameter isn't correctly passed to the run_pytorch_fp function.
It makes tests with jit freeze not working. It is very useful testing the eager mode.
The text was updated successfully, but these errors were encountered:
In some models (I found it in resnet50, vgg16, bert_base, roberta, but please check other too) the
disable_jit_freeze
parameter isn't correctly passed to therun_pytorch_fp
function.It makes tests with jit freeze not working. It is very useful testing the eager mode.
The text was updated successfully, but these errors were encountered: