Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jubbens committed Feb 2, 2018
2 parents ea912c5 + 0caf352 commit 29deb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepplantphenomics/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, height, width, batch_size=4):
m_path, _ = os.path.split(__file__)
checkpoint_path = os.path.join(m_path, 'network_states', self.__dir_name)

import deepplantpheno as dpp
import deepplantphenomics as dpp

self.model = dpp.DPPModel(debug=False, load_from_saved=checkpoint_path)

Expand Down

0 comments on commit 29deb90

Please sign in to comment.