sufeidechabei / gluon-mobilenet-yolov3

Gluon-Mobilenet-yolov3
98 stars 33 forks source link

__init__() got an unexpected keyword argument 'step' #8

Open xiaoy90 opened 5 years ago

xiaoy90 commented 5 years ago

File "train_yolo3_mobilenet.py", line 314, in train warmup_epochs=args.warmup_epochs) TypeError: init() got an unexpected keyword argument 'step'

lwdoubles commented 5 years ago

I also met the same question, have you solved that?

qxin commented 5 years ago

hi, I solved it by : pip install Gluoncv==0.3

Installing collected packages: Gluoncv Found existing installation: gluoncv 0.4.0.post0 Uninstalling gluoncv-0.4.0.post0: Successfully uninstalled gluoncv-0.4.0.post0 Successfully installed Gluoncv-0.3.0

lwdoubles commented 5 years ago

thank you

benz725 commented 4 years ago

suggest the author put some notice in the text, that the gluoncv version must be 0.3.0

spjoshi758 commented 4 years ago

hi, I solved it by : pip install Gluoncv==0.3

Installing collected packages: Gluoncv Found existing installation: gluoncv 0.4.0.post0 Uninstalling gluoncv-0.4.0.post0: Successfully uninstalled gluoncv-0.4.0.post0 Successfully installed Gluoncv-0.3.0

Hi, I have tried what you said but still I get the same error message in a module named neupy while it calls up one of its class constructor PNN(std=0.1, step=1.0, verbose=True). So, if you help me out then please look after it.