Nooshin Nabizadeh

Results 4 comments of Nooshin Nabizadeh

Thank you very much. It solved my problem. I really appreciate your help.

I am trying to save the keras model but it gives the below error. > TypeError: can't pickle PyCapsule objects I think my Tensorflow ('1.10.0') and Keras ('2.2.0') versions are...

I am getting the same error as well. Also these ones: 'NoneType' object has no attribute 'update' and ValueError: ctypes objects containing points cannot be pickled.

@zwlshine I tried following lines and did not work for me. if K.backend() == 'tensorflow': tensorboard = TensorBoard(log_dir=os.path.join(save_path, 'logs'), histogram_freq=10, write_graph=True) callbacks.append(tensorboard) @IsaacIsOkay When I turned histogram_freq to zero, it...