Skip to content

PVNet Question: Inquiry on Processing Y Value (PVgen Value) #10

Answered by Sukh-P
Sukh-P asked this question in Help
Discussion options

You must be logged in to vote

Hi @kwon-encored

So a single optimizer is used for the whole model and to clarify the model is made up of different networks/elements but these are all trained together e.g. their weights are updated with the same training steps, it is just that all data input modalities, e.g each NWP input and Satellite go through their own encoders before they are concatenated together which you can see being done in the multimodal file you shared in each commented section.

In terms of where that optimizer is in code you can find that it is called in the initialisation of the BaseModel which is the base class from which the multimodal class Model you were looking at inherits from. This BaseModel class …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Sukh-P
Comment options

Sukh-P Oct 22, 2024
Maintainer Author

Answer selected by Sukh-P
@kwon-encored
Comment options

@Sukh-P
Comment options

Sukh-P Oct 23, 2024
Maintainer Author

@kwon-encored
Comment options

@Sukh-P
Comment options

Sukh-P Oct 24, 2024
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants