Bernhard Liebl

Results 52 comments of Bernhard Liebl

The actual Origami source code is under an APACHE 2 license (https://www.apache.org/licenses/LICENSE-2.0). I'll add a LICENSE file, but then I need to put concaveman into a sub repo, which will...

To get all necessary packages when using only `pip` you should try ``` pip install -v -r requirements/pip.txt pip install -v -r requirements/conda.txt ``` ...yes, the naming is not ideal.

@mstbot sorry for replying so late. Yes, this library needs a C++ compiler as part of it is written in C++. So on Windows you need Visual Studio or some...

I'm still seeing this issue today with Python 3.11, building from head of git. Looks like giotto-ph/gph/ext/pybind11 is still old. ``` -- Build files have been written to: /home/liebl/prj/giotto/giotto-ph/build/temp.linux-x86_64-cpython-311 [...

The Travis checks fail as this depends on https://github.com/mathics/Mathics/pull/480.

Works now on a standard Jupyter 5 master, as the two MathJax changes needed for our display are now part of Jupyter: https://github.com/jupyter/notebook/pull/1565 https://github.com/jupyter/notebook/pull/1680

Hello, # for prediction this combination works: ``` tensorflow==2.1.0 keras==2.3.1 segmentation_models==1.0.1 ``` Note that prediction is now part of https://github.com/poke1024/origami. Also see https://github.com/poke1024/origami/tree/master/requirements # for training For training, things are...

@alshan Thank you for the workaround. This produces a full image with correct axes, but unfortunately the image is now flipped vertically, i.e. the mapping of y coordinate to pixel...

Currently I unfortunately don't have time to work on this repo anymore. However, now that I'm looking at that code, it makes q lot of sense to me to change...

Yes, why not. Also I think it's good to support this, as the examples seem to imply some support of numpy like here: https://github.com/bokeh/bokeh/blob/c3e858b88a318ff4faa4c663b1f2c2cc53fec5ee/examples/plotting/file/lorenz.py#L32 I looked into this a bit....