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

Conv2d and Pooling2d shape config definition #155

Closed
syt123450 opened this issue Dec 10, 2018 · 1 comment
Closed

Conv2d and Pooling2d shape config definition #155

syt123450 opened this issue Dec 10, 2018 · 1 comment
Assignees
Labels

Comments

@syt123450
Copy link
Member

Change Conv2d and Pooling2d shape config definition. Conv2d and Pooling2d have shape constructor, however, the shape definition in this constructor have different meaning with the upcoming shape feature ( #152 ).

Change From:

TSP.layers.Conv2d( { filters : Int , shape : [ Int, Int ] } );

Change To:

TSP.layers.Conv2d( { shape : [ Int, Int, Int ] } );
@syt123450
Copy link
Member Author

Conv2d and Pooling2d's constructor in next TensorSpace version:

TSP.layers.Conv2d( { shape : [ Int, Int, Int ] } );
TSP.layers.Pooling2d( { shape : [ Int, Int, Int ] } );

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

No branches or pull requests

1 participant