Qiurui (Charles) He
Results
1
issues of
Qiurui (Charles) He
# Issue The `tfa.image.gaussian_filter2d` function doesn't seem to support tensors for its `filter_shape` and `sigma` arguments. Instead it only accepts `int`s and `float`s respectively, severely limiting the use case. https://github.com/tensorflow/addons/blob/8cec33fcaaf1cf90aec7bdd55a0fcdbb251ce5c2/tensorflow_addons/image/filters.py#L221-L222...