Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7 1539 - Multi Labels Dataset #201

Merged
merged 17 commits into from Sep 21, 2021
Merged

V7 1539 - Multi Labels Dataset #201

merged 17 commits into from Sep 21, 2021

Commits on Aug 20, 2021

  1. Copy the full SHA
    3bccefd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Update upload_manager.py

    max_workers is always bound between `MAX_WORKERS` and the current system cpu count. `MAX_WORKERS` has been set to 5
    FrancescoSaverioZuppichini committed Aug 23, 2021
    Copy the full SHA
    2165669 View commit details
    Browse the repository at this point in the history
  2. Update upload_manager.py

    missing `os` import
    FrancescoSaverioZuppichini committed Aug 23, 2021
    Copy the full SHA
    4eb75b2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    25c22d6 View commit details
    Browse the repository at this point in the history
  4. Update upload_manager.py

    passing `max_workers` as parameter, if `None` `concurrent.futures.ThreadPoolExecutor` will use the system cpu number * 5. From the [doc](https://docs.python.org/3/library/concurrent.futures.html)
    
    Changed in version 3.5: If max_workers is None or not given, it will default to the number of processors on the machine, multiplied by 5, assuming that ThreadPoolExecutor is often used to overlap I/O instead of CPU work and the number of workers should be higher than the number of workers for ProcessPoolExecutor.
    FrancescoSaverioZuppichini committed Aug 23, 2021
    Copy the full SHA
    7c7b31d View commit details
    Browse the repository at this point in the history
  5. Update upload_manager.py

    removed unused imports
    FrancescoSaverioZuppichini committed Aug 23, 2021
    Copy the full SHA
    3bd7eed View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Copy the full SHA
    9874795 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2b0046 View commit details
    Browse the repository at this point in the history
  3. done

    FrancescoSaverioZuppichini committed Sep 14, 2021
    Copy the full SHA
    483165d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b12c69e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8a9af46 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    66517e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Copy the full SHA
    e4ad678 View commit details
    Browse the repository at this point in the history
  2. comment

    FrancescoSaverioZuppichini committed Sep 16, 2021
    Copy the full SHA
    c5fafa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Copy the full SHA
    3b6d266 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. format

    andreaazzini committed Sep 21, 2021
    Copy the full SHA
    b58b302 View commit details
    Browse the repository at this point in the history
  2. fixes

    FrancescoSaverioZuppichini committed Sep 21, 2021
    Copy the full SHA
    483da20 View commit details
    Browse the repository at this point in the history