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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
ValueError: mutable default <class 'flsim.utils.timing.training_duration_distribution.PerExampleGaussianDurationDistributionConfig'> for field duration_distribution_generator is not allowed: use default_factory
This error comes from the line: "from flsim.utils.example_utils import DataLoader, DataProvider"
To Reproduce
⚠️We cannot help you without you sharing reproducible code. Do not ignore this part :)
Steps to reproduce the behavior:
I try to run the tutorials and examples provided in the codebase but this problem persists.
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
PyTorch Version (e.g., 1.0):
OS (e.g., Linux):
How you installed PyTorch (conda, pip, source):
Build command you used (if compiling from source):