ashishk008
Results
2
comments of
ashishk008
Yes it is possible to change the backend of Keras. You can find the config file of keras at **/.keras/keras.json** . The file looks something like this: { "epsilon": 1e-07,...
Are you specifying the weight argument correctly while running the code. I ran it as follows and it continued training from the previously left epoch. python recurrent_keras.py -weight=checkpoint_layer_2_hidden_500_epoch_80.hdf5 In this...