Skip to content
View milia20's full-sized avatar

Organizations

@AI-YP-24-6

Block or report milia20

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AI-YP-24-6/img_classifier AI-YP-24-6/img_classifier Public

    Годовой проект магистратуры Искусственный интелект. Тема: Классификатор изображений

    Jupyter Notebook

  2. Code to update execution numbers (ex... Code to update execution numbers (execution_count) from 1 to N in jupyter notebook cells. Код чтобы обновить номера исполения (execution_count) с 1 до N в ячеках jupyter notebook.
    1
    def set_cell_id(notebook_path: str | Path) -> int:
    2
        """
    3
        Обновляет идентификаторы ячеек в файле ноутбука от 1 до N
    4
        :param notebook_path: путь к файлу ipynb
    5
        :return: 1 - файл обновлен