You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🚀 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 thisFurther 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
The text was updated successfully, but these errors were encountered: