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

How to Transform a torch tensor to tensorflow tensor #18

Open
kepengxu opened this issue Sep 3, 2020 · 1 comment
Open

How to Transform a torch tensor to tensorflow tensor #18

kepengxu opened this issue Sep 3, 2020 · 1 comment

Comments

@kepengxu
Copy link

kepengxu commented Sep 3, 2020

No description provided.

@jonasrauber
Copy link
Owner

This is not currently the purpose of EagerPy. EagerPy, right now, gives you an API to write code that works the same way with PyTorch tensors and TensorFlow tensors, but not mixing them simultaneously. In principle, we might be able to add that if it is needed (keep in mind though that TensorFlow and PyTorch on the same GPU don't behave that well).

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