I am trying to export the full model for further usage. Present code just saves the checkpoints weights and not full model. so it is difficult to use the model. model.save() method could export the model but while loading it, i am facing unknonw layers and functions issue.
I am trying to export the full model for further usage. Present code just saves the checkpoints weights and not full model. so it is difficult to use the model. model.save() method could export the model but while loading it, i am facing unknonw layers and functions issue.