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

High level image classification module #2

Open
YanYas opened this issue Apr 12, 2019 · 5 comments
Open

High level image classification module #2

YanYas opened this issue Apr 12, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@YanYas
Copy link
Contributor

YanYas commented Apr 12, 2019

Need to finish the high-level module you have for training image classification.

@YanYas
Copy link
Contributor Author

YanYas commented Jan 9, 2020

One will be provided in the examples, but I want to avoid having large model binaries in the basic package. A downloader should do the trick for the most part.

@sebllll
Copy link
Collaborator

sebllll commented Jan 14, 2020

One will be provided in the examples, but I want to avoid having large model binaries in the basic package. A downloader should do the trick for the most part.

what about git lfs? i think there's a 1GB quota for free accounts.

@YanYas
Copy link
Contributor Author

YanYas commented Jan 16, 2020

Indeed. There is a limit on the size of a Nuget, maybe 250MB, that I want to stay under too, but it may be alright. There are a couple different models that could be particularly helpful. Resnet34 which is both relatively small (~70MB) and very accurate, and VGG/16/19 which is around 500MB, is not as accurate as Resnet, but has other important uses, such as Style Transfer for unpicking the semantics of an image, I'll have a look at other forms of storage first, but will try to move ahead on this.

@sebllll
Copy link
Collaborator

sebllll commented Jan 17, 2020

sorry, i misread your comment and was thinking that you want to have the repo small, but you're talking about the nuget which is a separate issue.

in this case, i don't think any large files should be included in the nuget.

i'd prefer smth. like this and download files in runtime.

@YanYas
Copy link
Contributor Author

YanYas commented Jan 17, 2020

Good example. Yeah I have something very similar in the VLMLDemos, but I'll make it a dependency for the main package so I can update it separately. Thanks for mentioning!

@YanYas YanYas added the enhancement New feature or request label Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants