ypcpy
Results
3
issues of
ypcpy
I encountered the following exception on MacOS: ``` Traceback (most recent call last): File "examples/cifar10_conv.py", line 40, in args = parser.parse_args() File "/Users/me/Code/Deep-Learning/neon/neon/util/argparser.py", line 366, in parse_args compat_mode=args.compat_mode) File "/Users/me/Code/Deep-Learning/neon/neon/backends/__init__.py",...
I tried to generate backend with mkl, but I got such exception: "AssertionError: MKL is not installed correctly" Actually I have already installed mkl pkg on macos. If you can...