why there is an error in function batchNormalization in matlab 2016a?

Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Channel is already closed. at com.teamdev.jxbrowser.chromium.internal.ipc.SocketChannelWriter.write(Unknown Source) at com.teamdev.jxbrowser.chromium.internal.ipc.SocketChannel.send(Unknown Source) at com.teamdev.jxbrowser.chromium.Browser.a(Unknown Source) at com.teamdev.jxbrowser.chromium.Browser.loadURL(Unknown Source) at com.teamdev.jxbrowser.chromium.Browser.loadURL(Unknown Source) at com.mathworks.html.jxbrowser.chromium.JxBrowserChromiumNavigator$1.run(JxBrowserChromiumNavigator.java:114) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

2 件のコメント

Adam Danz
Adam Danz 2018 年 8 月 7 日
There isn't a matlab function named batchNormalization. It must be a 3rd party function. There's batchNormalizationLayer in the NN toolbox but that wasn't released until 2017b.
Diwakar Ravichandran
Diwakar Ravichandran 2018 年 8 月 8 日
@Adam, please post this as an answer and not as a comment. It will reduce the number of unanswered questions.
Appreciate your understanding,
Cheers!

サインインしてコメントする。

回答 (1 件)

Adam Danz
Adam Danz 2018 年 8 月 8 日
編集済み: Adam Danz 2018 年 8 月 8 日

0 投票

There isn't a matlab function named batchNormalization. It must be a 3rd party function. There's batchNormalizationLayer in the NN toolbox but that wasn't released until 2017b.

カテゴリ

ヘルプ センター および File ExchangeEnvironment and Settings についてさらに検索

製品

質問済み:

2018 年 8 月 7 日

編集済み:

2018 年 8 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by