Jordan Howlett

Results 15 comments of Jordan Howlett

@manuelbieh what did you end up using? (if anything)

Wondering if this in in yet? Would be great to use!

@chrfalch any solution to this? Am also navigating to a fluidNavigator from a stack and getting a white flash.

Thanks @mberkay0 , I think that helped but then get onto this error: RuntimeError: You must compile your model before training/testing. Use `model.compile(optimizer, loss)`. I'm willing to pay you for...

I added this: ``` model.compile(optimizer='adam', loss='sparse_categorical_crossentropy', metrics=['accuracy']) ``` Seems to have gotten past that error, but now get this: ``` Node: 'deeplabv3plus/tf.compat.v1.nn.depthwise_conv2d_80/depthwise/SpaceToBatchND' padded_shape[0]=32 is not divisible by block_shape[0]=6 [[{{node deeplabv3plus/tf.compat.v1.nn.depthwise_conv2d_80/depthwise/SpaceToBatchND}}]]...