CDVD-TSP icon indicating copy to clipboard operation
CDVD-TSP copied to clipboard

AttributeError: module 'model.correlation' has no attribute 'FunctionCorrelation

Open noobtoob4lyfe opened this issue 3 years ago • 2 comments

" input=correlation.FunctionCorrelation(tensorFirst=tensorFirst, tensorSecond=tensorSecond), AttributeError: module 'model.correlation' has no attribute 'FunctionCorrelation'"

Any ideas how to fix this?

noobtoob4lyfe avatar Jan 16 '22 10:01 noobtoob4lyfe

Try "from model.correlation import correlation"

celt1125 avatar May 04 '22 13:05 celt1125

from .correlation import correlation # worked for me

Jamie-liang-tv avatar Jul 22 '22 13:07 Jamie-liang-tv