This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Changes made on Keras code #92
Open
Description
Using this issue to track all the changes made on keras code, to avoid confusion for keras developers and future work.
- Override Keras model with mxnet model
- Kernel shape in Conv layers, provide in both channels last and channels first format. Need to implement that for every new Conv layer. In build() and compute_output_shape()
- change on multi_gpu_model to pass mxnet context
- Batch Norm
- Embedding layers