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

Optim-wip: Improve & fix LaplacianImage #967

Open
wants to merge 30 commits into
base: optim-wip
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9d92e6b
Improve LaplacianImage
ProGamerGov Jun 4, 2022
a8fa243
Improve NaturalImage docs
ProGamerGov Jun 6, 2022
c8f9cc5
Remove old commented out TransformationRobustness version
ProGamerGov Jun 9, 2022
44203fa
Fix torch.meshgrid warning
ProGamerGov Jun 18, 2022
9e2f953
self.assertEquals -> self.assertEqual
ProGamerGov Jun 18, 2022
f867bf3
Resolve register_backward_hook -> register_full_backward_hook depreci…
ProGamerGov Jun 22, 2022
54b652d
Fix lint errors
ProGamerGov Jun 22, 2022
dd58b75
Improve ImageParameterization docs for Sphinx
ProGamerGov Jun 27, 2022
aafc4f7
Improve GaussianSmoothing
ProGamerGov Jun 28, 2022
5935119
Add underscore to some FFTImage functions
ProGamerGov Jun 28, 2022
c1161c5
Improve NaturalImage docs
ProGamerGov Jun 29, 2022
eb6930e
Improve ImageParameterization docs (#551)
ProGamerGov Jul 2, 2022
55cad28
Improve GaussianSmoothing docs
ProGamerGov Jul 5, 2022
fbaa8eb
Add missing forward docs to PixelImage
ProGamerGov Jul 6, 2022
5457544
Improve FFTImage float dtype support
ProGamerGov Jul 7, 2022
45c8511
Add dtype tests for ImageParameterizations
ProGamerGov Jul 7, 2022
3dc061d
Fix weird error: RuntimeError: expected scalar type Float but found D…
ProGamerGov Jul 7, 2022
90d9fd1
Fix test failures
ProGamerGov Jul 7, 2022
dd13dc6
NaturalImage dtype test fix + transform dtype tests
ProGamerGov Jul 9, 2022
1ffcad4
Fix dtype tests
ProGamerGov Jul 9, 2022
2a0a898
Remove failing test
ProGamerGov Jul 9, 2022
7c833ad
Simplify some image parameterization tests
ProGamerGov Jul 9, 2022
2d81aec
Fix type hints
ProGamerGov Jul 15, 2022
32c4ba5
Fix parameterization doc type hint formatting
ProGamerGov Jul 16, 2022
6259b13
Improve doc types
ProGamerGov Jul 16, 2022
5335a4e
Improve parameterization docs
ProGamerGov Jul 18, 2022
668aff1
Fix NaturalImage docs issue
ProGamerGov Jul 19, 2022
4bab7d7
Fix doc type hint
ProGamerGov Jul 20, 2022
e727712
Simplify reducer tests
ProGamerGov Jul 22, 2022
33f9f66
Fix spelling
ProGamerGov Jul 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion captum/optim/_param/image/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""(Differentiable) Input Parameterizations. Currently only 3-channel images"""
"""(Differentiable) Input Parameterizations. Currently only images"""
Loading