-
Notifications
You must be signed in to change notification settings - Fork 94
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
export_net , read_net ? #26
Comments
Ok i think i figured it out. For ease of explanation let's split the process into 3 programs.
EDIT:bloopers EDIT2: Loading and saving process is painfully slow, if anyone has anything to add please do. |
Hi @IgorWojas, yes it is right. I was the one who wrote these functions some time ago.... Not sure it is highly optimized. How the functions work can be seen in tutorials/test1/test1.cpp |
@giovastabile Thank you for your answer. I didn't mean to sound ungrateful. The long time it takes to save/load a model is probably a problem on my side. Since I have your attention - would you recommend a different non-gpu library for learning/testing? Preferably something with a community feedback? Thanks in advance! |
Hello and thank you for this gem. I would like to know more about those 2 functions - export_net and read_net. There is no explanation in the doc. I see that export_net creates 2 files: one is net info and the second I assume is weights? How to use read_net? Do i put it after or instead of init? Any info highly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: