davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOUBT: Did not understand the concept of 'models'.

NehaKoppikar opened this issue · comments

Please note that I am not a very good programmer. I understand that my doubt might be silly to a few people.

Why has the author made a separate file for models? [If I am not wrong, 'models' is not actually a well-known package but a file that contains a lot of other python files that contain classes we need to perform the task. Considering, I am still on Chapter 3, models' folder's AE.py file has the class Autoencoder, which has all the custom functions required to build the model].

So you can reuse it again and again with different combinations of parameters.

Thank you