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
Theano1.0 has changed the interface of the function-
The original interface was: class GpuAllocEmpty(GpuOp); but now: class GpuAllocEmpty(HideC, AllocEmpty);
What should I do if I want to change to the corresponding interface? Thank you.
The text was updated successfully, but these errors were encountered:
Theano1.0 has changed the interface of the function- The original interface was: class GpuAllocEmpty(GpuOp); but now: class GpuAllocEmpty(HideC, AllocEmpty); What should I do if I want to change to the corresponding interface? Thank you.
Initialization of this new function is: def init(self, dtype, context_name): self.dtype = dtype self.context_name = context_name
Sorry, something went wrong.
No branches or pull requests
Theano1.0 has changed the interface of the function-
The original interface was:
class GpuAllocEmpty(GpuOp);
but now:
class GpuAllocEmpty(HideC, AllocEmpty);
What should I do if I want to change to the corresponding interface?
Thank you.
The text was updated successfully, but these errors were encountered: