LouisEchard / ML_MiniProjects

Personal db
0 stars 0 forks source link

clean up restoring #31

Closed LouisEchard closed 6 years ago

LouisEchard commented 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.

LouisEchard commented 6 years ago

Also, save and restore the whole model, not just variables to keep it short. It shouldn't increase training time.