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

About Theano version #29

Open
Cndbk opened this issue Nov 26, 2019 · 1 comment
Open

About Theano version #29

Cndbk opened this issue Nov 26, 2019 · 1 comment

Comments

@Cndbk
Copy link

Cndbk commented Nov 26, 2019

Theano1.0 has changed the interface of the function-
image

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.

@Cndbk
Copy link
Author

Cndbk commented Nov 26, 2019

Theano1.0 has changed the interface of the function-
image

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

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