Ludwig Friborg

Results 2 comments of Ludwig Friborg

Are there any updates to this? I'm getting the same error with torch 1.10, and coremltools 5.1.

I'm able to replicate the same error using the mobile optimizer as well: ```python trace = torch.jit.trace(net, dummy_input).eval() # trace = torch.jit.freeze(trace) trace = torch.utils.mobile_optimizer.optimize_for_mobile( trace, set( [ MobileOptimizerType.CONV_BN_FUSION, MobileOptimizerType.INSERT_FOLD_PREPACK_OPS,...