Skip to content

Commit

Permalink
an edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Sep 6, 2023
1 parent 8484616 commit b3fb497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_network_model/transfer_learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ def predict_one_image(self, img_path: str, model_path=None) -> Tuple[np.ndarray,
}
transfer_model.predict_test(
model_path=(
Path(__file__).parent / ".." / "deep_model" / "tf_model_ad_1.h5"
Path(__file__).parent / ".." / "deep_model" / "tf_model_ad_2.h5"
).resolve(),
rotation=90,
y_axis_label_size=12,
Expand Down

0 comments on commit b3fb497

Please sign in to comment.