Skip to content

Extension of ignite.distributed.utils.broadcast for pathlib.Path datatypeΒ #3025

@guptaaryan16

Description

@guptaaryan16

πŸš€ Feature

I would like to request for extension of ignite.distributed.utils.broadcast for Path datatype as it is frequently used for distributed training and can be very useful for designing DL pipeline based projects. The API should work like this

from pathlib import Path
import ignite.distributed as idist

path = Path("./log")

idist.broadcast(path, src=0)

Further if possible we can also provide support for more data types as suggested by others. Also if possible I would like to take up this issue.
@vfdev-5 @sadra-barikbin

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