You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Depreciated function name 'binom_test' of scipy being called while running predict method of TensorFlowV2RandomizedSmoothing object. The function scipy.stats.binom_test() was removed from SciPy 1.12.0.
Describe the bug
Depreciated function name 'binom_test' of scipy being called while running predict method of TensorFlowV2RandomizedSmoothing object. The function scipy.stats.binom_test() was removed from SciPy 1.12.0.
To Reproduce
Call the predict method on a subset of images
classifier_rs_025.predict(imgs_sub_test)
See error
Expected behavior
Return predictions for the input images
Screenshots
System information (please complete the following information):
Note:
Proposed Solution:
Change The function name from binom_test to binomtest and handle the way the inputs and ouputs are returned
This solution worked out for me and i would like to contribute
The text was updated successfully, but these errors were encountered: