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
No description provided.
The text was updated successfully, but these errors were encountered:
@raphaelDkhn I would like to work on this issue!
I am approaching this issue in this way and writing the test for it.....
Guide me to it
working on this file : osiris/cairo/serde/data_structures.py
osiris/cairo/serde/data_structures.py
class Tensor: def __init__(self, shape: tuple, data): self.shape = shape self.data = data @classmethod def from_torch(cls, torch_tensor): return cls(torch_tensor.shape, torch_tensor) @classmethod def from_tensorflow(cls, tf_tensor): .......... def to_torch(self): .......... def to_tensorflow(self): .......... def add(self, other): ..........
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: