DingXiaoH / ACNet

ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks
MIT License
829 stars 133 forks source link

how to deploy the trained model ? #38

Closed luxdong closed 3 years ago

luxdong commented 3 years ago

I had try to add the ACBlock which in acb.py into my pytorch model and trained. it looks good maybe?... But i dont know how to deploy it .It seems should be convert it ,for example ,use the ancnet_fussion.py .But i try and guess it maybe a keras model with h5py. Emm...idont know how to handle it.