13o-bbr-bbq / machine_learning_security

Source code about machine learning and security.
1.96k stars 645 forks source link

Append vs Extend #38

Open iBM88 opened 5 years ago

iBM88 commented 5 years ago

In line 322 of file

machine_learning_security/Generator/gan_main.py /

I had to use append instead of extend to work

lst_scripts.extend(self.train(target_sig_list))

13o-bbr-bbq commented 5 years ago

@iBM88 Thank you for your support. I'll check the point in gan_main.py.