deepforge-dev / deepforge-keras

A deepforge extension providing support for neural networks using keras
Apache License 2.0
8 stars 3 forks source link

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

Open umesh-timalsina opened 4 years ago

umesh-timalsina commented 4 years ago

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.
brollb commented 3 years ago

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