SleepProgger
SleepProgger
Could that be the off by one error referenced here: https://github.com/katmagic/Shallot/pull/9 ? The SHA1_CTX is located directly after the onion buffer, where mentioned bug lead to base32_onion writing a \0...
@nerox8664 This happens because in `operation_layers`, and probably in other places too, the `fake_input_layer` parameter for `ensure_tf_type` isn't set. I could go over all function the coming days and send...
For the interested, here my current version: https://github.com/SleepProgger/onnx2keras/tree/keranified_testing Everything in elementwise_layers and operation_layers should support tensorflow + plaidml now. There is still some stuff to do, especially in padding_layers and...
Awesome. I am pretty happy to have found this project, Saves a lot of time (when it works that is). If this is something you'd be interested in expect some...
In case it helps someone here is what i did to get it running on debian stretch with python 3 (debians repository only has the caffe python module for python3)....
Something else seem to have installed skimage in my container. Install it by: `sudo apt-get install python3-skimage` *Updated post above*
@vbisbest Are you sure you installed the 'scikit-image' for the correct python version (python 3 in the case of my "tutorial") ? Otherwise try to install it with the `pip3`...
It looks like you used the caffe-cpu packages. You can only have caffe-cpu OR caffe-gpu installed at the same time. This error will occur if you try to use the...
Use the parameter `--cpu_mode` for that. That was added 2 days ago so you might need to update. But it will be pretty slow.
Just a heads up: Krita seem to build libmypaint using cmake ( https://github.com/KDE/krita/tree/master/3rdparty/ext_mypaint ). So IF someone still wants to support cmake directly in libmyPaint (for example for easier Qt...