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

self.training = training assignment is failing #65

Open
VeereshShringari opened this issue Nov 27, 2021 · 2 comments
Open

self.training = training assignment is failing #65

VeereshShringari opened this issue Nov 27, 2021 · 2 comments

Comments

@VeereshShringari
Copy link

I just ran the code with demo dataset but self.training = training gives an error :

self.training = training
AttributeError: can't set attribute
@AmnaAliA
Copy link

AmnaAliA commented Dec 9, 2021

same here

@JunMeng2437
Copy link

JunMeng2437 commented Dec 14, 2023

add

@property
def training(self):
    return self._training

@training.setter
def training(self, value):
    self._training = value

in the GraphicBuilder definition

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

3 participants