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
Here is a problem. When result from here fails to produce proper masks -- the number of features in those masks isn't equal to the number of channels required.
The current solution is just to try searching for a new value of scale parameter via grid-search -- trying values from np.linspace. This solution is far from perfect since for some function configurations it fails to find proper scale. Need to implement something more sophisticated like binary search or something so it would work for every possible configuration.
The text was updated successfully, but these errors were encountered:
Here is a problem. When result from here fails to produce proper masks -- the number of features in those masks isn't equal to the number of channels required.
The current solution is just to try searching for a new value of
scale
parameter via grid-search -- trying values fromnp.linspace
. This solution is far from perfect since for some function configurations it fails to find properscale
. Need to implement something more sophisticated like binary search or something so it would work for every possible configuration.The text was updated successfully, but these errors were encountered: