tkuanlun350 / 3DUnet-Tensorflow-Brats18

3D Unet biomedical segmentation model powered by tensorpack with fast io speed
202 stars 68 forks source link

No idea of how to save a model in python, help :) #36

Open olalla1999 opened 4 years ago

olalla1999 commented 4 years ago

Hello!

I am trying to save the model generated once the train.py has been completed succesfully. I am not familiar with tensorflow nor keras, so I really don't know where to write new commands or where will they save any files (.h5 or whatever).

So, my last output is this: imagen

What should I do next? Because I don't find that model-30000 in any of my folders.

Thank you!