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

[WIP] 3D Utility layer suite #5026

Merged
merged 29 commits into from
May 9, 2018
Merged

[WIP] 3D Utility layer suite #5026

merged 29 commits into from
May 9, 2018

Conversation

maxpumperla
Copy link
Contributor

@maxpumperla maxpumperla commented May 2, 2018

Add the following layers to make for better conv 3d support:

  • Cropping3D
  • UpSampling3D
  • ZeroPadding3D
  • Subsampling3D (i.e. MaxPooling3D and AveragePooling3D)

Grad check tests:

  • Cropping3D
  • UpSampling3D
  • ZeroPadding3D
  • Subsampling3D

Comes with Keras import support:

  • Import Cropping3D
  • Import UpSampling3D
  • Import ZeroPadding3D
  • Import MaxPooling3D
  • Import AveragePooling3D

This will essentially complete 3D support for most cases (pending some exotic preprocessors etc.)

@maxpumperla
Copy link
Contributor Author

done, pending

  • upsampling3d impl by @shyrma
  • grad check pass after
  • review

@maxpumperla maxpumperla merged commit 5200062 into master May 9, 2018
@maxpumperla maxpumperla deleted the mp_up_sub_sampling_3d branch May 9, 2018 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant