zqxyus

Results 3 comments of zqxyus

file links: https://github.com/program-repair/defects4j-dissection/commit/d7b7936

Another minimal working example: ``` from pgmpy.models import BayesianNetwork from pgmpy.factors.discrete import TabularCPD from pgmpy.inference import VariableElimination if __name__=="__main__": model=BayesianNetwork([['B','A'],['E','A'],['A','J'],['A','M']]) B_cpd = TabularCPD('B', 2, [[0.001],[0.999]], state_names={'B': ['T', 'F']}) E_cpd =...

when i tried use mvts_transformer to SpokenArabicDigits , the error occurred