sonfire186

Results 26 comments of sonfire186

TF 2.0 `TypeError: Expected binary or unicode string, got None` TF 1.14.0 ``` Unable to use `same` padding. Add ZeroPadding2D layer to fix shapes. TypeError: Expected binary or unicode string,...

I found the same problem on desktop computers

https://github.com/CliffCloud/Leaflet.EasyButton/issues/48 ``` function _fixEasyButtonSize(button) { var buttonElement = button.button; buttonElement.style.padding = '0px'; buttonElement.style.width = "26px"; buttonElement.style.height = "26px"; buttonElement.style.minWidth = "26px"; buttonElement.style.minHeight = "26px"; } _fixEasyButtonSize(button); ```

1. Not suitable 2. Yes, this is correct, but I did not find a guide on how to do it 3. It does not work

1. This installer does not suit me. I have TF serving model 3. Yes

unfortunately I do not use tf2.X because of bugs.

@shahirdaya not fixed

> Can you provide the model for us to debug? `model.summary()` - it`s work ``` Model: "model_4" __________________________________________________________________________________________________ Layer (type) Output Shape Param # Connected to ================================================================================================== the_input (InputLayer) [(None,...

He will write each tile like this `{ "type": "FeatureCollection", "properties": { "zoom": 16, "x": x, "y": y, "compressed": false }, "features": [{ "type": "FeatureCollection", "properties": { "layer": "admin", "version":...