ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
4 stars 12 forks source link

Tutorial 9 issue with choosing metrics #333

Closed Bergylta closed 5 months ago

Bergylta commented 6 months ago

Before submitting a bug report, please be aware that your issue must be reproducible with all of the following, otherwise it is non-actionable, and we can not help you:

If this is a custom dataset/training question you must include your train*.jpg, test*.jpg and results.png figures, or we can not help you. You can generate these with utils.plot_results().

šŸ› Bug

A clear and concise description of what the bug is.

To Reproduce (REQUIRED)

Input: Folder for run and output: /mimer/NOBACKUP/groups/snic2021-6-9/tmp_dir/GU_gobies_round2_testing/GU_GARV_01/

statistics = t_utils.choose_statistics()

Output:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[8], line 1
----> 1 statistics = t_utils.choose_statistics()

AttributeError: module 'kso_utils.tutorials_utils' has no attribute 'choose_statistics'

Expected behavior

A dropdown menu with the choices for statistics (such as max_n) should show up

Environment

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

victor-wildlife commented 6 months ago

We are working on fixing this issue