Open rajeshshrestha opened 4 years ago
Checking output at the end of each layer, the output is mismatched at the end of fgcnn_layer. Prior to it, all the previous layer outputs match. While saving weight, doesn't the weights of fgcnn components be saved. Looking at their Conv2D filters, their values doesn't match (training model and prediction model loaded with weights).
Weights of components inside (Conv2D) inside the FGCNN layer is neither saved nor loaded when using model.save_weights and model.load_weights.
thanks we will check it soon~
Describe the bug(问题描述) The prediction value for the same model input during training and on a model loaded from the saved weight is different for FGCNN.
To Reproduce(复现步骤)
Operating environment(运行环境):
Additional context