don choppy
don choppy
> how did you get graphs of the loss and accuracy?? with tensorboard it's implemented in the code, just type in your console tensorboard --logdir unet_trained
Any updates about this?
Hello there, me again. I got this error after I excecuted `from kito import reduce_keras_model` `model_reduced = reduce_keras_model(model)`  tensorflow version: 1.15.0 keras version: 2.2.4-tf Best regards!
> > > > > This error can be resolved by setting inplace=False in nn.ReLU and nn.LeakyReLU in blocks.py. > > > > > > > > > > >...