Skip to content

Commit

Permalink
don't need tensorflow for much of utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Nov 9, 2018
1 parent 6fa8845 commit 4d85201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsphere/utils.py
Expand Up @@ -12,7 +12,6 @@
from scipy import sparse
import matplotlib.pyplot as plt
import healpy as hp
import tensorflow as tf


if sys.version_info[0] > 2:
Expand Down Expand Up @@ -421,6 +420,7 @@ def test_learning_rates(params, ntrain, lr_min=1e-6, lr_max=1e-1, num_epochs=20,
validation loss and choosing the largest value for which the loss
still decreases.
"""
import tensorflow as tf

params['dir_name'] = 'lr_finder'
params['num_epochs'] = num_epochs
Expand Down

0 comments on commit 4d85201

Please sign in to comment.