NonDeepNetworks icon indicating copy to clipboard operation
NonDeepNetworks copied to clipboard

Official Code for "Non-deep Networks"

Results 8 NonDeepNetworks issues
Sort by recently updated
recently updated
newest added

Hello, my friend, appreciate for your great work! I have tested the code on [https://github.com/Pritam-N/ParNet](url) by Pritam-N and change the ResNet code in my model by using your ParNet ,...

1. what is your shuffle code in your fusion module? 2. what is your model architecture in cifar-100? I just changed front two downsample modules based on the ParNet for...

Could you introduce more details in parallelizing across GPUs, like how to implement through PyTorch.

How's speed comparasion on batch size 64 or input resolution up to 800w input?

Can you provide some cfg files and annotation information? The annotation information and images always don't match!

I want to finetune the model for other classification task,could you provide a finetune model?