Skip to content
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

Tutorials in Colab are outdated #7

Open
mbarbetti opened this issue Jul 2, 2024 · 0 comments
Open

Tutorials in Colab are outdated #7

mbarbetti opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@mbarbetti
Copy link
Owner

Starting from PIDGAN v0.2.0 most of the classes and corresponding methods provided by the algorithms and players modules have been revisited to be compatible with Keras 3. The major difference with respect to the previous PIDGAN versions is the "role" of the build() method for the GAN algorithms: the order with which one calls the custom model for the first time and compiles it becomes important. In particular, if one build the model before having compiled it results with making the model to ignore the metrics eventually passed during compilation procedure. To avoid the problem, it is crucial to move the first model calling after the compile() method.

Such difference should be highlighted in the tutorials available at mbarbetti/pidgan-notebooks and properly commented within the notebooks prepared in replacement of a dedicated package documentation.

@mbarbetti mbarbetti added the documentation Improvements or additions to documentation label Jul 2, 2024
@mbarbetti mbarbetti self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant