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

[Bug] #1514

Open
2 tasks done
fsbarros98 opened this issue Mar 11, 2024 · 0 comments
Open
2 tasks done

[Bug] #1514

fsbarros98 opened this issue Mar 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fsbarros98
Copy link

fsbarros98 commented Mar 11, 2024

Prerequisite

Environment

While running mmagic experiments, if datapreprocessor is set to None, BaseDataPreprocessor will not have a destruct method needed to run the forward method for generative models

Reproduces the problem - code sample

Running train with no defined data preprocessor

Reproduces the problem - command or script

python train.py config_file.py

Reproduces the problem - error message

AttributeError: 'BaseDataPreprocessor' object has no attribute 'destruct'

Additional information

No response

@fsbarros98 fsbarros98 added the bug Something isn't working label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant