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

paddle.v2.init failed with env PADDLE_INIT_PORTS_NUM_FOR_SPARSE=1 #2085

Closed
Yancey1989 opened this issue May 10, 2017 · 0 comments
Closed

paddle.v2.init failed with env PADDLE_INIT_PORTS_NUM_FOR_SPARSE=1 #2085

Yancey1989 opened this issue May 10, 2017 · 0 comments
Assignees

Comments

@Yancey1989
Copy link
Contributor

export env

export PADDLE_INIT_PORTS_NUM_FOR_SPARSE=1 

paddle.init failed

>>> import paddle.v2 as paddle
>>> paddle.init(use_gpu=False,trainer_count=1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/paddle/v2/__init__.py", line 55, in init
    args.append('--%s=%s' % (key, str(kwargs[key])))
KeyError: 'ports_num_for_sparse'
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

2 participants