Why does the RL Toolbox not support BatchNormalization layer?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi.
I'm currently trying DDPG with my own network.
But when I try to use BatchNormalizationLayer, the error message says Batch Normalization is not supported.
I don't see any theoretical reason the batch normalization cannot come in.
Is there any plan to update the toolbox to make it possible?
Or is there a specific reason that the batch normalization cannot come in?
Thanks.
1 件のコメント
Abd-Elhamid Nabeel
2022 年 9 月 11 日
Actually i face the same problem, but i thought this would help :
1- calculate the running mean and running STD of the data in Simulink for example (or matlab)
2- make a matlab function in simulink/matlab that could calculate the zscore for each feature through the equation :
X_zs = (X - Xmean)/STD
This would standardize your data.
採用された回答
Aditya Patil
2021 年 4 月 6 日
This is an known issue, and it might be fixed in any of the upcoming releases.
0 件のコメント
その他の回答 (2 件)
Abd-Elhamid Nabeel
2022 年 9 月 11 日
Actually i face the same problem, but i thought this would help :
1- calculate the running mean and running STD of the data in Simulink for example (or matlab)
2- make a matlab function in simulink/matlab that could calculate the zscore for each feature through the equation :
X_zs = (X - Xmean)/STD
This would standardize your data.
0 件のコメント
Maha Mosalam
2022 年 10 月 30 日
No one can reached to solution or update in new versions for that issue?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!