hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

Intel MKL FATAL ERROR #78

Closed zhaoxuyan closed 6 years ago

zhaoxuyan commented 6 years ago

Python 2.7.11 |Anaconda custom (x86_64) tensorflow 1.1.0

When I run $ python train_c3d_ucf101.py I got this errorIntel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib.

zhaoxuyan commented 6 years ago

Just useconda upgrade --all fixed it!