BalalaXiaomoxia

Results 2 issues of BalalaXiaomoxia

Hi, ViTAE is really a great work. But there are some mistake when i want to use tensorrt acceleration for raw ViTAE. Can you share the experimental details of acceleration...

Hi, I want to implement shake-drop on pytorch official resnext architecture, following is the main code: ```javascript from models.shakedrop import ShakeDrop from models.shakeshake import Shortcut class ShakeBottleNeck(nn.Module): def __init__(self, in_ch,...