We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没看到你代码初始化后边其他系数啊
The text was updated successfully, but these errors were encountered:
cls_subnet和bbox_subnet中的weight和bias给出了初始化方式,FPN中的其他参数在mx.mod.Module.fit中采用Xavier初始化。
Sorry, something went wrong.
mod.fit(train_iter, val_iter, eval_metric=MultiBoxMetric(), validation_metric=valid_metric, batch_end_callback=batch_end_callback, eval_end_callback=eval_end_callback, epoch_end_callback=epoch_end_callback, optimizer=opt, optimizer_params=opt_params, begin_epoch=begin_epoch, num_epoch=end_epoch, initializer=mx.init.Xavier(), arg_params=args, aux_params=auxs, allow_missing=True, monitor=monitor) 这样写是把所有的参数都xavier初始化吧?
No branches or pull requests
没看到你代码初始化后边其他系数啊
The text was updated successfully, but these errors were encountered: