Why does the RL Toolbox not support BatchNormalization layer?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Heesu Kim
el 3 de Abr. de 2021
Respondida: Maha Mosalam
el 30 de Oct. de 2022
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 comentario
Abd-Elhamid Nabeel
el 11 de Sept. de 2022
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.
Respuesta aceptada
Aditya Patil
el 6 de Abr. de 2021
This is an known issue, and it might be fixed in any of the upcoming releases.
0 comentarios
Más respuestas (2)
Abd-Elhamid Nabeel
el 11 de Sept. de 2022
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 comentarios
Maha Mosalam
el 30 de Oct. de 2022
No one can reached to solution or update in new versions for that issue?
0 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!