Krzysztof Kolasinski

Results 50 comments of Krzysztof Kolasinski

My way to workaround this is to quantize both models separately and then combine them into normal Keras model. ```python q_base_model = quantize_model(base_model) q_head_model = quantize_model(head_model) inputs = Input(...) h...

Thank you for answer. I was thinking about it, but it would be quite inconvenient, assuming that I would like to take a look into many pairs. Having this features...

Hi, could you please paste the content of the log.txt file ?

I'm really sorry, but this is a common problem when one is using Mesa Drivers. You can try to install different drivers or maybe you can try older versions of...

Ok, so this is basically a multi platform substitute for *real* graphics drivers :) People with NVIDIA graphics card have their own drivers which usually work fine with AB. Regarding...

Not really, setting Core profile in my case leads to the same problem as for @Garrom. @Garrom are you able to compile AB? In the main.cpp file there are few...

> @qwertychouskie So you're saying it is @kmkolasinski's mistake ? I'm developer myself, I know how single line can screw up whole program. I was reading linked wiki and it...

Ok, so I have managed to obtain some positive results with core profile. As I wrote after forcing Core profile in the main.cpp file, I ended up with similar errors...

@ppiecuch could you try this branch on your system ? I wonder if switching to Core profile will make AB working on osx.