News

nn.load_model(path=None) - This function is used for loading the saved model. Once your have a save model file then you need not to specify the layers and need not to call the compile() function. The ...