caffe2
caffe2 copied to clipboard
Caffe2 is a lightweight, modular, and scalable deep learning framework.
the caffe2 operators backing the RNN/LSTM/GRU conversions require that sequence_lengths be int32. If we are provided a LongTensor in pytorch for sequence lengths, we should automatically cast to IntTensor
If this is a build issue, please fill out the template below. ### System information * Operating system: Windows 10 * Compiler version: Visual Studio 2015 * CMake version: 3.11.20180330...
Hi everyone! I'm new to caffe2 and facing some problems. I was trying to run resnet50 with this code: _python resnet50_trainer.py --train_data _ but i got this: _RuntimeError: [enforce fail...
If this is a build issue, please fill out the template below. ### System information * Operating system:ubuntu14.04 * Compiler version: * CMake version:3.2 * CMake arguments: * Relevant libraries/versions...
I have installed caffe2 with pre-build binaries in conda.use this command **conda install -c caffe2 caffe2-cuda9.0-cudnn7** but when I input "**python -c 'from caffe2.python import core'** '", there are a...
python char_rnn.py --train_data shakespeare.txt WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode. WARNING:root:Debug message: libcudnn.so.7: cannot open shared object file: No such file...
If this is a build issue, please fill out the template below. i installed the caffe via conda, and my cuda version is :9.0 cudnn:7.1 nccl:2.1.15 and i run the...
I'm using conda to install caffe2 under Ubuntu 16.04 in a conda environment (using the exact syntax for conda installation suggested on the caffe2 installation page) and have one suggestion...
I get this error ``` from caffe2.python import core Traceback (most recent call last): File "", line 1, in File "/BS/mihai/work/src2/miniconda2/envs/oldgpu_cuda8/lib/python2.7/site-packages/caffe2/python/core.py", line 29, in from caffe2.proto import caffe2_pb2 File "/BS/mihai/work/src2/miniconda2/envs/oldgpu_cuda8/lib/python2.7/site-packages/caffe2/proto/caffe2_pb2.py",...
Hello, I am using the conda caffe2-cuda8.0-cudnn7 package. I was able to successfully install caffe2 from this package But, it appears this conda package does not support opencv>=3.2 and numpy>=1.13...