Skip to content

Commit

Permalink
devolearn: upgrade lineage population model (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mainakdeb authored Feb 16, 2021
1 parent 61eb88d commit 43ff998
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def __init__(self, device = "cpu"):
self.model_dir = os.path.dirname(__file__)
self.scaler = joblib.load(self.model_dir + "/" + 'scaler/scaler.gz')

self.model_url = "https://github.com/DevoLearn/devolearn/raw/master/devolearn/lineage_population_model/estimate_lineage_population.pt"
self.model_name = "estimate_lineage_population.pt"
self.model_url = "https://github.com/DevoLearn/devolearn/raw/master/devolearn/lineage_population_model/estimate_lineage_population.pth"
self.model_name = "estimate_lineage_population.pth"
# print("at : ", os.path.dirname(__file__))


Expand Down
Binary file modified devolearn/lineage_population_model/scaler/scaler.gz
Binary file not shown.

0 comments on commit 43ff998

Please sign in to comment.