Dmytro Pavlenko
Results
2
comments of
Dmytro Pavlenko
To integrate react-toolbox please use cssnext and import modules in loader with postcss configuration. Hope this will help you. If you have some questions ping about it. I plays with...
For Keras 2.2.4 and Tensorflow 1.12.0 after research I found a solution. Save model weights & architecture like: ``` model_json = model.to_json() open('architecture.json', 'w').write(model_json) model.save_weights('weights.h5', overwrite=True) ``` And for converting...