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

Add Pooling functions to juliamind.nn.functional.pooling #10

Open
26 tasks
diksha-shrivastava13 opened this issue Aug 1, 2023 · 0 comments
Open
26 tasks
Assignees
Labels
neural network nn module ToDo task list

Comments

@diksha-shrivastava13
Copy link
Owner

Please create a new issue with each of the subtasks and comment "- [ ] #issue_number" to keep the task list updated.

  • _is_list_or_tuple
  • _check_input
  • _check_instance
  • _check_value_limitation
  • _check_value
  • _zero_padding_in_batch_and_channel
  • _exclude_padding_in_batch_and_channel
  • _channel_last
  • _update_padding_nd
  • _expand_low_nd_padding
  • avg_pool1d
  • avg_pool2d
  • avg_pool3d
  • max_pool1d
  • _unpool_output_size
  • max_unpool1d
  • max_unpool2d
  • max_unpool3d
  • max_pool2d
  • max_pool3d
  • adaptive_avg_pool1d
  • adaptive_avg_pool2d
  • adaptive_avg_pool3d
  • adaptive_max_pool1d
  • adaptive_max_pool2d
  • adaptive_max_pool3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
neural network nn module ToDo task list
Projects
None yet
Development

No branches or pull requests

1 participant