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

trainer block at FLTrainer:DEBUG:run send program start #30

Open
ANBER6 opened this issue Aug 16, 2021 · 1 comment
Open

trainer block at FLTrainer:DEBUG:run send program start #30

ANBER6 opened this issue Aug 16, 2021 · 1 comment

Comments

@ANBER6
Copy link

ANBER6 commented Aug 16, 2021

Before the block,

root:ERROR:<ppdet.data.source.voc.VOCDataSet object at 0x7fb0547d6f50>

I don't know any relation beteen them. Or the program was blocked by other reasons.

@jaysontree
Copy link

the "ERROR" is because
/fedvision/ml/paddle/paddle_detection/fl_trainer.py line:166:169

    data_loader = create_reader(
        cfg.TrainReader, max_iter, cfg, devices_num=1, num_trainers=1
    )
    logging.error(f"{cfg.TrainReader['dataset']}")

it dos not matter and will not block the trainning start. your case shoud be other reasons. mostly are connection issues with the scheduler/aggregator, you can check trainer stderr output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants