Skip to content

Commit

Permalink
predict mitosis
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Nov 26, 2023
1 parent de4b068 commit d6b1e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/napatrackmater/Trackvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,6 @@ def plot_metrics_from_npz(npz_file):

def predict_with_model(saved_model_path, saved_model_json, features_array):
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
print(device)
with open(saved_model_json) as json_file:
model_info = json.load(json_file)

Expand Down

0 comments on commit d6b1e38

Please sign in to comment.