samet-akcay / ganomaly

GANomaly: Semi-Supervised Anomaly Detection via Adversarial Training
MIT License
853 stars 213 forks source link

Access members of child class in parent class #61

Open youngkiu opened 4 years ago

youngkiu commented 4 years ago

There is code that accesses members of child class Ganomaly in parent class BaseModel This is what I feel unnatural. but why not implement it in one class instead of inheritance?