Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jun 30, 2023
1 parent 575ea60 commit d9f4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ transfer_model = TransferModel(
dataset_address=Path(__file__).parent / "dataset"
)

transfer_model.plot_classes_number()
transfer_model.plot_classes_number(figure_folder_path=Path(__file__).parent / "figures")
transfer_model.analyze_image_names()
transfer_model.plot_data_images(num_rows=3, num_cols=3)
transfer_model.train_model()
Expand Down

0 comments on commit d9f4676

Please sign in to comment.