Provide interface between Keras and LBANN
No due date
66% complete
Find a way to use a Keras-based model description to drive an LBANN training run. This can occur in one of several ways:
-
Directly support the Keras backend API and use LBANN directly. Note that this is not straight-forward because of the parallel nature (MPI) of LBANN.
-
Create a scripted interface that can take Keras code and specify and launch the sam…
Find a way to use a Keras-based model description to drive an LBANN training run. This can occur in one of several ways:
-
Directly support the Keras backend API and use LBANN directly. Note that this is not straight-forward because of the parallel nature (MPI) of LBANN.
-
Create a scripted interface that can take Keras code and specify and launch the same model in LBANN.