deepforge-dev/deepforge-keras

Few notes on parsing to tensorflow.keras sources (v2.3.0)

Opened this issue · 1 comments

Few notes on parsing to tensorflow.keras sources (v2.3.0):

  1. keras.initializers for v2.0 is replicated from init_ops_v2.py Will be resolved by #180 since we are using python's inspect module.
  2. Preprocessing Layers and Experimetal Layers . Should merit this issue.

Is there more that needs to be done following the update to keras v2?