-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNN Architectures #363
Comments
Do we have to implement these architectures in pure python? |
Hey @Saptashrungi, I am sorry. Didn't get you. Pure python as in? |
Assign LeNet5 to me |
Assigning LeNet5 to @AmanSingh0-0. Make sure to add a requirements.txt file as well in the respective folder. |
i would like to work on AlexNet |
Assigning AlexNet to @pranshulnarang. |
From scratch, without use of tensorflow and keras |
If they are allowed I would like to work on resnets |
Oh yes. Feel free to use any of the frameworks. Just make sure to add a requiremnts.txt file in the respective folder. |
i would like to work on FCN |
Assigning FCN to @pranshulnarang. |
@geekquad can i work on UNet? |
Sure @LakhanMardi. Go ahead! |
UNet #448 |
Implementation of the following CNN Architectures:
LeNet5
AlexNet
VGGResNets
Inception
FCN
UNet
Should be pushed into dl folder with respective folder name along with requirements.txt file.
The text was updated successfully, but these errors were encountered: