Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 19, 2015
1 parent 912694b commit 5b96c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ def bind(self, ctx, args, args_grad=None, grad_req='write', aux_states=None):

handle = ExecutorHandle()
check_call(_LIB.MXExecutorBind(self.handle,
mx_uint(ctx.device_mask),
mx_uint(ctx.device_id),
ctx.device_typeid,
ctx.device_id,
len(args),
args_handle,
args_grad_handle,
Expand Down

0 comments on commit 5b96c3d

Please sign in to comment.