rainnet icon indicating copy to clipboard operation
rainnet copied to clipboard

I want to know how to visualize the trained model, is there any way?

Open DBIGSHUAI opened this issue 3 years ago • 3 comments

I want to know how to visualize the trained model, is there any way?

DBIGSHUAI avatar Sep 14 '22 14:09 DBIGSHUAI

Hi @DBIGSHUAI, Could you describe what you mean in detail? For example, you could visualize model structure using standard built-in keras functionality, i.e. https://keras.io/api/utils/model_plotting_utils/. There are also independent libraries such as https://github.com/paulgavrikov/visualkeras or https://github.com/lordmahyar/keras-visualizer.

Best regards, Georgy

hydrogo avatar Sep 15 '22 12:09 hydrogo

Hi @DBIGSHUAI, Could you describe what you mean in detail? For example, you could visualize model structure using standard built-in keras functionality, i.e. https://keras.io/api/utils/model_plotting_utils/. There are also independent libraries such as https://github.com/paulgavrikov/visualkeras or https://github.com/lordmahyar/keras-visualizer.

Best regards, Georgy

I see that a series of libraries such as plt imported at the beginning in your Colab notebook code are not used at the end. I want to use your model to input pictures and output a precipitation prediction model. Do you have the code for this?

DBIGSHUAI avatar Sep 15 '22 12:09 DBIGSHUAI

Hi @DBIGSHUAI, I am sorry, but I did not get your question. You do have precipitation scans from your radar, right? If it is outside Germany (that I guess is the case) you should train your model from scratch. You can find the respective code provided by @PradyumnaGupta in the examples folder. Hope it helps.

hydrogo avatar Sep 30 '22 05:09 hydrogo