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

Merge functions for Layers #14

Open
18 of 21 tasks
syt123450 opened this issue Sep 12, 2018 · 1 comment
Open
18 of 21 tasks

Merge functions for Layers #14

syt123450 opened this issue Sep 12, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@syt123450
Copy link
Member

syt123450 commented Sep 12, 2018

Implement merge function for Tensorspace, support all merge function in keras including:

  • Add3d
  • Substract3d
  • Multiply3d
  • Average3d
  • Maximum3d
  • Concatenate3d
  • Dot3d
  • Add2d
  • Substract2d
  • Multiply2d
  • Average2d
  • Maximum2d
  • Concatenate2d
  • Dot2d
  • Add1d
  • Substract1d
  • Multiply1d
  • Average1d
  • Maximum1d
  • Concatenate1d
  • Dot1d
@syt123450 syt123450 self-assigned this Sep 12, 2018
@syt123450 syt123450 added the enhancement New feature or request label Sep 12, 2018
@syt123450
Copy link
Member Author

syt123450 commented Sep 13, 2018

User can use merge function like: TSP.add([layer1, layer2], config) to get a MergedLayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant