You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I have found an error when running fine-tuning pre-trained example (http://mxnet.io/how_to/finetune.html) with the latest mxnet version. Is there any way to fix it?
Traceback (most recent call last):
File "FineTune.py", line 76, in
mod_score = fit(new_sym, new_args, aux_params, train, val, batch_size, num_gpus)
File "FineTune.py", line 66, in fit
return mod.score(val)
TypeError: score() takes at least 3 arguments (2 given)
The text was updated successfully, but these errors were encountered:
NanyangYe
changed the title
mxnet main programm error
mxnet example error
Feb 9, 2017
Dear all:
I have found an error when running fine-tuning pre-trained example (http://mxnet.io/how_to/finetune.html) with the latest mxnet version. Is there any way to fix it?
Traceback (most recent call last):
File "FineTune.py", line 76, in
mod_score = fit(new_sym, new_args, aux_params, train, val, batch_size, num_gpus)
File "FineTune.py", line 66, in fit
return mod.score(val)
TypeError: score() takes at least 3 arguments (2 given)
The text was updated successfully, but these errors were encountered: