JJAlmagro / subcellular_localization

55 stars 27 forks source link

Does running train.py save the trained neural network in any way? #6

Open patena opened 3 years ago

patena commented 3 years ago

I'm running train.py as described in the README, on my own data with (hopefully) the same preprocessing as the original input data. I would like to train a neural network on my data and then be able to run it on other data and see the detailed output - does this program save the trained neural network anywhere to make it possible to run it again without repeating the training process?