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 has been archived by the owner on Sep 18, 2024. It is now read-only.
In SPOS example(examples/nas/spos), DALI is used to load data. DALI automatically put data on GPU, so the trainer(nni.nas.pytorch.spos.trainer.py) has no problem. However, if I use pytorch default dataloader, it fails to run.
I believe nni.nas.pytorch.spos.trainer.py should have lines to load data to gpu.
Hi @HeekangPark, thanks for your kind suggestions. I think both of them are great and you can submit PRs for that. Would love to have you as a contributor. :)
Environment:
SPOS Trainer
In SPOS example(
examples/nas/spos
), DALI is used to load data. DALI automatically put data on GPU, so the trainer(nni.nas.pytorch.spos.trainer.py
) has no problem. However, if I use pytorch default dataloader, it fails to run.I believe
nni.nas.pytorch.spos.trainer.py
should have lines to load data to gpu.I only checked SPOS, but I think other trainers would have similar problems. They should also be fixed as well.
apply_fixed_architecture
I think the function
apply_fixed_architecture()
innni.nas.pytorch.fixed
should have an option to suppress log messages.The text was updated successfully, but these errors were encountered: