Keras: Konfigurasi Backend

From OnnoWiki
Revision as of 06:10, 4 August 2019 by Onnowpurbo (talk | contribs) (Created page with "Edit sudo vi .keras/keras.json , isi { "epsilon": 1e-07, "floatx": "float32", "image_data_format": "channels_last", "backend": "tensorflow" } Simply c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Edit sudo vi .keras/keras.json , isi

{
    "epsilon": 1e-07,
    "floatx": "float32",
    "image_data_format": "channels_last",
    "backend": "tensorflow"
}


Simply change the field backend to "theano", "tensorflow", or "cntk", and Keras will use the new configuration next time you run any Keras code.


Pranala Menarik