Skip to content
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

FLOPS for CIFAR10 or CIFAR100 #51

Closed
miltonmondal opened this issue Sep 12, 2020 · 2 comments
Closed

FLOPS for CIFAR10 or CIFAR100 #51

miltonmondal opened this issue Sep 12, 2020 · 2 comments
Labels
question Further information is requested

Comments

@miltonmondal
Copy link

Can anyone help me regarding how to use this code for 10 class (other than Imagenet) classification with our custom architechture ?

@sovrasov sovrasov added the question Further information is requested label Sep 14, 2020
@sovrasov
Copy link
Owner

sovrasov commented Sep 14, 2020

Take a look at the sample code in readme.md.
You have to create an instance of your model and then pass it to get_model_complexity_info. You have to also the input shape of your model (for an instance, for CIFAR-10 dataset it equals to (3, 32, 32)).

@miltonmondal
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants