PinkySan

Results 5 comments of PinkySan

Good idea. That will help a lot. I guess that could be done with _WriteBinaryProto()_ or _WriteTextProto()_. Great work so far.

@theflofly Do you have any progress within Saving and Restoring the model and the weights? As I already mentioned, saving the model might be done within WriteBinaryProto() or WriteTextProto(). But...

Sorry. Totally forgot to answer. I was also struggling with a whole lot of problems with saving and restoring the data. Within my own github-repository i was adding some basic...

Were you able to restore the graph with the customized weights and biases?

It is possible to get the names and types of all nodes. At least, if it is a graphDef-object. That might help. I like the way of saving these freeze...