tensorflow - How to save variables in tf.contrib.learn.Experiment -


i noticed tf.contrib.learn.experiment interface saving checkpoints when training models.

but i'm not sure how make save not trainable variables, user-specified hyper parameters checkpoint.

for example, in multi-layer feedforward neural network, how can save num_hidden_layers checkpoint in tf.contrib.learn.experiment scheme?

thank in advance


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -