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

Hotfix: Conditional training cannot use transform.py #82

Closed
1 task done
seoulsky-field opened this issue Jan 18, 2023 · 1 comment
Closed
1 task done

Hotfix: Conditional training cannot use transform.py #82

seoulsky-field opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
Bug Something isn't working Trainer About benchmark trainer file

Comments

@seoulsky-field
Copy link
Owner

seoulsky-field commented Jan 18, 2023

What

If we use conditional_train option "conditional", it doesn't work (first, from transform.py)

Why

While I apply custom_metrics.py to both train.py and conditional_train.py, I found conditional_train.py didn't work well.
Because the conditional_train.py has not updated after @juppak did, some codes could not work.
Also, in the error of transform.py, it can be revised hydra_cfg to hydra_cfg.Dataset.

스크린샷 2023-01-18 오전 11 29 53


How

@seoulsky-field seoulsky-field added Bug Something isn't working Trainer About benchmark trainer file labels Jan 18, 2023
@seoulsky-field seoulsky-field added this to the Modality: X-ray milestone Jan 18, 2023
@seoulsky-field seoulsky-field self-assigned this Jan 18, 2023
@chrstnkgn
Copy link
Collaborator

While I was working on conditional train, I faced the same problem and worked on it. In terms of maintenance, I think there should be quite a change to the conditional trainer code - it may take some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Trainer About benchmark trainer file
Projects
Status: Done
Development

No branches or pull requests

2 participants