Kashif Rasul
Kashif Rasul
@jasonustc great and just using the normal cmake via apt I guess? ok firing up my ubuntu box :penguin:
@jasonustc sorry ignore my previous comment... can you do the following on your Cmake compiled `_convnet.so`: ``` $ ldd _convnet.so ... ``` and send me the output?
@jasonustc ok I think i can reproduce the problem... can you add the following line into your main `CMakeLists.txt` file somewhere: ``` cmake ... MESSAGE( STATUS "BLAS_LIBRARIES: " ${BLAS_LIBRARIES}) ......
ok so investigating it further it seems the `FindBLAS` from cmake is a bit buggy in that it fails to find the correct `cblas` libs for the situations when for...
@jasonustc @windpls @heavyd93 another solution, as stated in the README, is to set the library location explicitly, e.g.: ``` $ cmake -DBLAS_LIBRARIES=/usr/lib/atlas-base/libcblas.so . ```
I have this more or less working... I will send a PR soonish... just in case someone else is working on this.
@slashstar you can get it from here (580MB), if I have enough space on dropbox in a few mins 🙈 : https://www.dropbox.com/s/xnm9j3ftc1zh8tc/vgg_face_model_weights.h5?dl=0
sorry @danielvarga @adwin5 my dropbox got too full... i am putting it back... https://www.dropbox.com/s/xnm9j3ftc1zh8tc/vgg_face_model_weights.h5?dl=0 can you try?
it seems you have the beta xcode 8 installed... One solution might be to switch back via: ``` $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer ``` and then try.
thanks @Johnson-yue i will try to find time to add the things you requested...