gluon-mobilenet-yolov3
gluon-mobilenet-yolov3 copied to clipboard
__init__() got an unexpected keyword argument 'step'
File "train_yolo3_mobilenet.py", line 314, in train warmup_epochs=args.warmup_epochs) TypeError: init() got an unexpected keyword argument 'step'
I also met the same question, have you solved that?
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
thank you
suggest the author put some notice in the text, that the gluoncv version must be 0.3.0
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.