BUPTLdy / MARTA-GAN

MARTA GANs: Unsupervised Representation Learning for Remote Sensing Image Classification
https://arxiv.org/abs/1612.08879v3
MIT License
94 stars 35 forks source link

error #5

Closed MBB001 closed 5 years ago

MBB001 commented 5 years ago

excuse me:I am a beginner, when I run thetrain_marta_gan.py , there is a mistake:

File "/media/mb/668452BE84529103/code/MARTA-GAN-master/network.py", line 43, in generator_simplified_api padding='SAME', batch_size=batch_size, act=None, W_init=w_init, name='g/h1/decon2d') File "/home/mb/.local/lib/python2.7/site-packages/tensorlayer/decorators/deprecated_alias.py", line 24, in wrapper return f(*args, **kwargs) TypeError: init() got an unexpected keyword argument 'batch_size'

Can you tell me what should i do

MBB001 commented 5 years ago

thank you,I've solved it

ddshshpp commented 5 years ago

Hi! excuse me: I meet the same promble. can you tell me what I should do,please?