Open zcsheng95 opened 1 year ago
I found that the program does not recognize the 'token dimension' set in config.py It turns out in the mindmeld/models/nn_utils/classification.py line 411, it should be
token_dimension = params.get("token_dimension", 300)
I found that the program does not recognize the 'token dimension' set in config.py It turns out in the mindmeld/models/nn_utils/classification.py line 411, it should be