PetrochukM / HParams

Configure Python functions explicitly and safely
MIT License
126 stars 8 forks source link

Try to use from tensorboard.plugins.hparams.api.HParam #1

Closed PaulaDelgado-Santos closed 4 years ago

PaulaDelgado-Santos commented 4 years ago

I am try to use HParam as: Capture where before was tf.contrib.training.HParams, but I have the nextone issue: Capture I don't know if is the same that I have before, or I need to replace with something else. Thank you! :)

PetrochukM commented 4 years ago

This is not the same as tf.contrib.training.HParams. Please read the README to learn about this repository.