-
Notifications
You must be signed in to change notification settings - Fork 55
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
add API #670
add API #670
Conversation
Hello @camillebrianceau! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
* add customizable networks (MLP, ConvEncoder, ConvDecoder, CNN, Generator, AutoEncoder, VAE) * add sota networks (ResNet, DenseNet, SE-ResNet, UNet, Attention-UNet, Vision Transformer) *update config classes *update factory function
* base for clinicadl v2
* add customizable networks (MLP, ConvEncoder, ConvDecoder, CNN, Generator, AutoEncoder, VAE) * add sota networks (ResNet, DenseNet, SE-ResNet, UNet, Attention-UNet, Vision Transformer) *update config classes *update factory function
* base for clinicadl v2
Add a file
API_test_v2.py
as an example of how the API will look like at the end of the refactoring