You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written some code to incorporate RGCN, but there have been some additions to LSTM that needs to be incorporated when predicting with RGCN (e.g. mc dropout)
The text was updated successfully, but these errors were encountered:
Having some issues with getting RGCN to converge on accurate predictions in the training phase - training RMSE hanging out around 6-7 C for temperature. Currently using 20 hidden units, 30 epochs pre-train, 250 epochs fine tune, 4 connected stream segments. Most likely a bug somewhere in the code and need to revisit later
I have written some code to incorporate RGCN, but there have been some additions to LSTM that needs to be incorporated when predicting with RGCN (e.g. mc dropout)
The text was updated successfully, but these errors were encountered: