Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hparams: Return empty lists for DataProvider hyperparameter operation…
…s. (#6487) The DataProvider abstract base class is changed to have simple implementations of both list_hyperparameters() and read_hyperparameters(). This is to accomodate TensorBoards' DataProvider implementations that do not currently implement these operations. We return empty lists in both operations.
- Loading branch information