loadcaffe
loadcaffe copied to clipboard
Load Caffe networks in Torch7
If I install with ```luarocks install loadcaffe``` ```bash Installing https://raw.githubusercontent.com/torch/rocks/master/loadcaffe-1.0-0.rockspec... Using https://raw.githubusercontent.com/torch/rocks/master/loadcaffe-1.0-0.rockspec... switching to 'build' mode Cloning into 'loadcaffe'... sudo luarocks install loadcaffe https://raw.githubusercontent.com/torch/rocks/master/loadcaffe-1.0-0.rockspe^Xfatal: unable to connect to github.com: github.com[0:...
need to update the git protocol in rockspec from git://github.com to https://github.com to comply with the breaking change of https://github.blog/2021-09-01-improving-git-protocol-security-github/ otherwise you can do `git config --global url.https://github.com/.insteadOf git://github.com &&...
luarocks cant install it, niether does manual cmake build on google colab... query not found
Hi, I'm in hell right now trying to get all this neual stuff set up on ubuntu 18. I started with 16 it had issues now 18 etc.. anyhow long...
Dear Sir, I am new to Lua and torch, I tried to install loadcaffe using command "sudo luarocks install loadcaffe". While I get the following errors: --- pingjun@ubuntu:~/Programming/Torch/loadcaffe$ sudo luarocks...
get Segmentation fault (core dumped) when try loadcaffe.load prototxt file https://github.com/richzhang/colorization/blob/master/colorization/models/colorization_deploy_v2.prototxt caffemodel http://eecs.berkeley.edu/~rich.zhang/projects/2016_colorization/files/demo_v2/colorization_release_v2.caffemodel
Hi, when using require 'loadcaffe', I got the following error /data3/zhangxiaowei/tools/torch/install/bin/luajit: ...xiaowei/tools/torch/install/share/lua/5.1/trepl/init.lua:389: ...owei/tools/torch/install/share/lua/5.1/loadcaffe/ffi.lua:10: /data3/zhangxiaowei/tools/torch/install/lib/lua/5.1/libloadcaffe.so: undefined symbol: _ZN6google8protobuf18GoogleOnceInitImplEPlPNS0_7ClosureE stack traceback: [C]: in function 'error' ...xiaowei/tools/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' style-swap.lua:68: in main...
I have this error while running a code using loadcaffe. The file libloadcaffe.so is at that location, but I don't understand why it wasn't able to load that library. /home/phong/torch/install/bin/lua:...
I ran these two commands to install loadcaffe `sudo apt-get install libprotobuf-dev protobuf-compiler` `CC=gcc-5 CXX=g++-5 luarocks install loadcaffe` And I got followings, > [ 50%] Building CXX object CMakeFiles/loadcaffe.dir/loadcaffe.cpp.o In...
jishan@jishan-B85M-HD3:~/torch$ luarocks install loadcaffe Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/torch/rocks/master - Failed downloading https://raw.githubusercontent.com/torch/rocks/master/manifest - /home/jishan/.cache/luarocks/https___raw.githubusercontent.com_torch_rocks_master/manifest Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master - Failed...