HardRock4Life

Results 6 issues of HardRock4Life

Hello Murat, According to the Readme file in the project description, it is not ready for production. What tasks are yet to be done? Or what possible caveates should be...

Hello, Rene! Thank you for developing your solution, it is very promising in the light of a cross-browser styling issues. I opened this topic for a following situation - there's...

Hello! Is it possible to train a pre-trained model, using OTBTF functionality? Could you please provide some hints on how to code it? Thank you!

question

Hello! I'm stuck with the image segmentation. I've preprocessed the images, then extracted patches like this: ![image](https://user-images.githubusercontent.com/21273349/154639446-b0dce785-44e2-46dd-9b73-e4882778584a.png) ![image](https://user-images.githubusercontent.com/21273349/154639516-dd654b59-813f-42ab-ab50-18eaf3205860.png) ![image](https://user-images.githubusercontent.com/21273349/154639555-242ff5bc-d578-4c83-bb7d-89dc4d1801ec.png) ![image](https://user-images.githubusercontent.com/21273349/154639601-1ad05a04-18a9-4572-985e-d6ca53ea2065.png) The CNN model training runs fine ![image](https://user-images.githubusercontent.com/21273349/154639659-d4725481-7f3b-4939-bca1-f7687cdaa024.png) For inference, I...

question

I'm trying to set up an ODBC driver for a Docker image of Clickhouse on a remote Debian server (9.12 stretch). I've configured the connection like this: - odbcinst.ini ```...

I'm trying to run a simple query, this is the whole code: ``` const ClickHouse = require('@apla/clickhouse'); var fs = require('fs'); const ch = new ClickHouse({ host, port, user, password...