alshedivat / alshedivat/keras-gp

Save and load trained keras-gp model

Abierto
#23 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
250
Forks
55
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Dear Maruan,
I was wondering if there is a way to save and load a trained keras-gp model.
In keras this is usually done by using:

model.save('my_model.h5')
model = load_model('my_model.h5')

Following this way, it results in an error not recognising the GP layer.
Is there a way to correctly save and load a keras-gp model?

I would appreciate any hint!
Best,
Marc

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.