SankhaSubhra / GAMO

Generative Adversarial Minority Oversampling
GNU General Public License v3.0
31 stars 10 forks source link

error at: mlp.train_on_batch(fakePoints, fakeLabel) #1

Closed Hyeonjeong2385 closed 4 years ago

Hyeonjeong2385 commented 4 years ago

First of all, Thank you for providing code of amazing idea!

I have problem during executing code. I don't know why. Can you help me ..? The error occurs from line ' mlp.train_on_batch(fakePoints, fakeLabel)' (training part of dense_gamo_main.py)

Screenshot from 2019-11-19 16-16-24

Hyeonjeong2385 commented 4 years ago

Oh, I solved it.