Closed LouisEchard closed 6 years ago
restoring the way I did is stupid. We'll keep and try to optimize past variables. Clean up everything:
First restore and save values in temporary python variables. Then reset the graph and create the tf variables from these python variables.
Also, save and restore the whole model, not just variables to keep it short. It shouldn't increase training time.
restoring the way I did is stupid. We'll keep and try to optimize past variables. Clean up everything:
First restore and save values in temporary python variables. Then reset the graph and create the tf variables from these python variables.