You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.IllegalStateException: dropout_3 with type Dropout is not supported yet!
at org.jetbrains.kotlinx.dl.api.inference.keras.ModelSaverKt.convertToKerasLayer(ModelSaver.kt:111)
at org.jetbrains.kotlinx.dl.api.inference.keras.ModelSaverKt.serializeModel(ModelSaver.kt:46)
at org.jetbrains.kotlinx.dl.api.core.Functional.copy(Functional.kt:327)
It looks like method convertToKerasLayer does not handle Dropout layer yet
The text was updated successfully, but these errors were encountered:
Exception in thread "main" java.lang.IllegalStateException: dropout_3 with type Dropout is not supported yet!
at org.jetbrains.kotlinx.dl.api.inference.keras.ModelSaverKt.convertToKerasLayer(ModelSaver.kt:111)
at org.jetbrains.kotlinx.dl.api.inference.keras.ModelSaverKt.serializeModel(ModelSaver.kt:46)
at org.jetbrains.kotlinx.dl.api.core.Functional.copy(Functional.kt:327)
It looks like method convertToKerasLayer does not handle Dropout layer yet
The text was updated successfully, but these errors were encountered: