MobileOne-PyTorch icon indicating copy to clipboard operation
MobileOne-PyTorch copied to clipboard

A PyTorch implementation of MobileOne

Results 3 MobileOne-PyTorch issues
Sort by recently updated
recently updated
newest added

I created a file named 'create_demo.py',and do just as you show,but nothing happened. And I am confused with the training process. Could you please provide more detailed steps? Thank you.

How do multiple inputs reparametrize, because the reparametrize function returns nn.Sequential, my multiple inputs are input between different layers, for example two inputs in the first layer and two inputs...