Skip to content
New issue

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

请教FullyConnected的参数问题 #21

Open
zg9uagfv opened this issue Sep 22, 2017 · 0 comments
Open

请教FullyConnected的参数问题 #21

zg9uagfv opened this issue Sep 22, 2017 · 0 comments

Comments

@zg9uagfv
Copy link

你好,请教一个问题,

def get_ocrnet():
fc1 = mx.symbol.FullyConnected(data = flatten, num_hidden = 120)
fc21 = mx.symbol.FullyConnected(data = fc1, num_hidden = 65)
代码中的65和120,有具体含义吗?65是代表车省份31个、24个大写字母(去除O和I)、10个数字吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant