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

Implement vstack/hstack and tensor concatenation #103

Open
romeric opened this issue Jun 8, 2020 · 2 comments
Open

Implement vstack/hstack and tensor concatenation #103

romeric opened this issue Jun 8, 2020 · 2 comments

Comments

@romeric
Copy link
Owner

romeric commented Jun 8, 2020

No description provided.

@romeric romeric added this to the V0.6.4 milestone Jun 8, 2020
@ghost
Copy link

ghost commented Jun 25, 2020

I'm working on an experimental deep neural network based on a tensorflow model and possibly want to use fastor as heart tensor of the network. I don't know if it's really possible and I made my own tiny library from scratch (very preliminary). In the same idea of vstack/hstack & concatenation, there's maybe some usefull similar functions to implement (from tensorflow): tf.concat / tf.reshape / tf.squeeze / tf.tile.

@romeric
Copy link
Owner Author

romeric commented Jul 7, 2020

Yes, all these features get requested quite a lot. I will implement them as soon as I get some free time. Unfortunately these days my hands are pretty tied with other work related projects.

At the end you have to way in how much of your neural network algorithm can be implemented with compile time types. If the answer to that question is "most of them" then I am pretty sure you can use Fastor for it. Also feel free to modify Fastor to make it your own if that suites your workflow better.

Roman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant