79239470

Date: 2024-11-30 12:02:38
Score: 3.5
Natty:
Report link

After some investigation, I realized that since the subclassed model is just a wrapper for training two functional models, I need to:

  1. Explicitly compile the functional models inside the wrapper to save their training configurations.
  2. Override the call function in the wrapper model and explicitly invoke it before saving the subclassed model.

I hope this helps anyone facing the same issue in the future.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: lbrandao