-
Notifications
You must be signed in to change notification settings - Fork 445
Issues: davidADSP/Generative_Deep_Learning_2nd_Edition
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
NotImplementedError: Saving the model to HDF5 format requires the model to be a Functional model or a Sequential model. It does not work for subclassed models, because such models are defined via the body of a Python method, which isn't safely serializable. Consider saving to the Tensorflow SavedModel format (by setting save_format="tf") or using
save_weights
.
#38
opened Aug 22, 2024 by
nicewinter
Confused about RealNVP (book text vs code - confusion with forward and back passes).
#33
opened Mar 27, 2024 by
thephet
Suggestion: use Kubernetes with GKE Autopilot instead of VMs to run book examples on a cloud GPU
#17
opened Jul 15, 2023 by
AlexBulankou
ProTip!
no:milestone will show everything without a milestone.