Why does the RL Toolbox not support BatchNormalization layer?

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

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
Aditya Patil 2021년 4월 6일

0 개 추천

This is an known issue, and it might be fixed in any of the upcoming releases.

추가 답변 (2개)

Abd-Elhamid Nabeel
Abd-Elhamid Nabeel 2022년 9월 11일

0 개 추천

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.
Maha Mosalam
Maha Mosalam 2022년 10월 30일

0 개 추천

No one can reached to solution or update in new versions for that issue?

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 4월 3일

답변:

2022년 10월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by