KIM7AZEN
KIM7AZEN
> hello sorry to interrupt again > I'm trying to prune another efficientnet b0 model from [here](https://github.com/kuangliu/pytorch-cifar) > > ``` > from models import * > import torch > import...
>  > > When I updated the code, I got another error,the RuntimeError: CUDA error: no kernel image is available for execution on the device. Anyone helps me? >...
会引入动态图,可以看看能不能转onnx的时候把这块固定。