intel/ipex-llm - Accelerate local LLM inference and finetuning on Intel XPUs
Find a file
Yan Wan 9415d4f3d0 Recurrent supports BatchNormalization (#1176)
* addPreprocessInputLayer to support BatchNormalization

* revise bnorm to hiddensize

* add comments

* add BatchNormalization between preTopology and topology

* add BatchNormalization in Recurrent

* recurrent support batchnormalization

* revise sequential to identity in throw new Error

* fix serialize

* add serializeBigDLModule

* return Unit in doSerializeModule
2017-08-25 11:09:27 +08:00