Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Most of the learning time is spent loading data. This makes it impossible to use GPU resources efficiently. #39

Description

@JINSUBY

Most of the learning time is spent loading data. This makes it impossible to use GPU resources efficiently.
I wonder if this is the right learning state.
I experiment with 224 sizes of images, and the command is as follows.

python main_moco.py
-a resnet18 -b 1024
--moco-m-cos --crop-min=.2
--dist-url 'tcp://localhost:10001'
--multiprocessing-distributed --world-size 1 --rank 0
../data/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions