-
Notifications
You must be signed in to change notification settings - Fork 148
python errors #3
Comments
oh exactly the same issue as #2, closing this one although it doesnt help me much |
@szagoruyko For 2) does vanilla pycaffe work when you import caffe from Python? I wonder if it's fb.python specific or prexisting. For 1) I guess just adding a |
thanks Andrew,
sed -i.bak 's/local logging/-- local logging/' torch2caffe/*lua
sed -i.bak 's/logging\.infof/print/' torch2caffe/*lua
sed -i.bak 's/logging\.info/print/' torch2caffe/*lua
sed -i.bak 's/logging\.errorf/error/' torch2caffe/*lua
sed -i.bak 's/logging\.fatalf/error/' torch2caffe/*lua
|
Thanks for the detailed info @szagoruyko, I don't understand why LD_PRELOAD'ing libcaffe.so is necessary, I wonder if there's something internal in fbcode that is masking this. |
Hi guys, I added
Then I modified it to run from torch2caffe folder, the error still exist:
For a minimal case as below:
Any hints on that? Thanks! |
I've got two problems trying to use torch2caffe, one is in the beginning when I run
I have
no matter how I mess with
PYTHONPATH
Then, if I just modify it to work from torch2caffe folder I've got more interesting:
any ideas? thanks
The text was updated successfully, but these errors were encountered: