-
Notifications
You must be signed in to change notification settings - Fork 2
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
Stops at formatting train images. #2
Comments
Thank you for your asking. The latest openblas library was upgraded to 0.3.21. It doesn't seem to work with the latest openblas library. The current rindow-openblas extension is built with openblas library 0.3.20. I just confirmed that rindow-openblas extension works by reverting to openblas library 0.3.20. For now, downgrade openblas library to 0.3.20. I will think about how to do it later. thanks for letting me know about the problem. |
I linked OpenBLAS 0.3.21 and rebuilt the PHP extension and confirmed that it works correctly. Ubuntu 22.04 LTS OpenBLAS is still 0.3.20 and has not been updated, and Ubuntu 20.04 LTS OpenBLAS is still 0.3.8 and has not been updated. It doesn't seem like the library should be changed frequently. The policy for the Windows version of rindow-openblas is to use the same version of OpenBLAS DLLs for Windows when the latest LTS of Ubuntu is released. If you want to use a different version of OpenBLAS, you can use the rindow-openblas source code and build it with the OpenBLAS you want to use. Thanks, |
Can confirm also downgrading to 0.3.20 works, for now that is great as i can atleast work on setting up a system for what i need and do some testing, thanks |
Hi, i followed the installation guide.
Im on Windows 11, Xampp, with PHP 8.1, checked all modules required is loaded (gd, mbstring, pdo_sqlite, openssl and rindow_openblas).
I put OpenBLAS in C drive, and added the path.
Running any php sample file, it stops at:
D:\xampp\htdocs>php cnn-image-classification.php
Loading pickle file ...Done!
dataset=mnist
train=[60000,1,28,28]
test=[10000,1,28,28]
formating train images ...
So, what am i missing?
I wish to use this to identify images i download on a website, the item on them and then put a certain category to it, EG. lamp > home appliences or sofa -> home furniture, this seems promissing if i can get it to work.
Ps. where does this store all the data it uses to compare to? a file? can change this to a database maybe?, thanks :)
The text was updated successfully, but these errors were encountered: