Jacob Prien

Results 4 issues of Jacob Prien

hey! thanks! I successfully trained my first model, but after that I am not able to convert it using: " import coremltools coreml_model = coremltools.converters.keras.convert('model_data/trained_weights_final.h5', input_names='input1', image_input_names='input1', output_names=['output1', 'output2', 'output3'],...

hey! thanks! I successfully trained my first model, but after that I am not able to convert it using: " import coremltools coreml_model = coremltools.converters.keras.convert('model_data/trained_weights_final.h5', input_names='input1', image_input_names='input1', output_names=['output1', 'output2', 'output3'],...

**Describe the bug** I am trying to use NestableDraggableFlatList inside react-navigation/material-top-tabs. The drag and drop freezes and the elements don't move. Everything works fine when using the normal DraggableFlatList in...