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
i define the MF for four of my input variables as below: mf = [[['gaussmf',{'mean':13.45,'sigma':3.2}], ['gaussmf',{'mean':25.7,'sigma':3.2}]], [['gaussmf',{'mean':41.74,'sigma':6.3}], ['gaussmf',{'mean':54.53,'sigma':6.3}], ['gaussmf',{'mean':66.51,'sigma':6.3}]], [['sigmf',{'b':1014.26,'c':-0.6}], ['sigmf',{'b':1012.1,'c':0.6}]], [['sigmf',{'b':60,'c':-0.6}], ['gaussmf',{'mean':73.31,'sigma':7.3}], ['sigmf',{'b':88,'c':0.6}]]]
but resulted in error when i run anf.trainHybridJangOffLine(epochs=3) like below:
i don't know how to solve this. please help me @twmeggs
The text was updated successfully, but these errors were encountered:
i define the MF for four of my input variables as below:
mf = [[['gaussmf',{'mean':13.45,'sigma':3.2}], ['gaussmf',{'mean':25.7,'sigma':3.2}]], [['gaussmf',{'mean':41.74,'sigma':6.3}], ['gaussmf',{'mean':54.53,'sigma':6.3}], ['gaussmf',{'mean':66.51,'sigma':6.3}]], [['sigmf',{'b':1014.26,'c':-0.6}], ['sigmf',{'b':1012.1,'c':0.6}]], [['sigmf',{'b':60,'c':-0.6}], ['gaussmf',{'mean':73.31,'sigma':7.3}], ['sigmf',{'b':88,'c':0.6}]]]
but resulted in error when i run
anf.trainHybridJangOffLine(epochs=3)
like below:i don't know how to solve this. please help me @twmeggs
The text was updated successfully, but these errors were encountered: