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
paddle.v2.init
PADDLE_INIT_PORTS_NUM_FOR_SPARSE=1
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'
The text was updated successfully, but these errors were encountered:
typhoonzero
No branches or pull requests
export env
export PADDLE_INIT_PORTS_NUM_FOR_SPARSE=1
paddle.init failed
The text was updated successfully, but these errors were encountered: