caffe
caffe copied to clipboard
Caffe: a fast open framework for deep learning.
CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Boost (missing: system thread filesystem) (found suitable version "1.70.0", minimum required is "1.54") Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378...
## caffe time -gpu ### Issue summary caffe time -model=xxx -weighs=xxx -gpu=0 the log is: I0312 15:29:30.427956 2367 caffe.cpp:406] Average time per layer: I0312 15:29:30.427961 2367 caffe.cpp:409] data forward: 0.0018944...
### Issue summary Hi, I'm installing caffe 1.0 on wsl2 Ubuntu 20.04 I already managed to get `make all ` `make test` to run without error. However, when I run...
Traceback (most recent call last): File "demo.py", line 6, in import caffe File "/home/dong/work/caffe/python/caffe/__init__.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer File...
### Issue summary After many failed attempts and messed up Linux installations I've successfully compiled Caffe, Protobuf and DeepDream, just to face an error when running the deepdreaming.py script for...
I use the homebrew in M1 mac to install the lib such as boost, hdm5. After I change the cmakelist and cmake successed , I try to run make, but...
Support of CuDNN8 Some of the API that was used by Caffe was removed in cudnn8. Without it it is impossible to run Caffe on Ampre architecture. It required: -...
Hi All, I have got this error bellow: **AttributeError: module 'caffe' has no attribute 'io** though, when i import caffe there is no error in importation. also, I can see...
## Important - read before submitting *Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!* *Please do not post installation, build, usage, or modeling questions, or other requests for...
I am working on windows 10, and i installed CMake 3.22, git, Matlab, Cuda toolkit and CuDNN. But I cannot make Caffe solution for visual stuio 2015. Please guide me...