BlurbGenreCollection-HMC
BlurbGenreCollection-HMC copied to clipboard
请问运行代码时出现这种问题怎么解决?
data_helpers.py", line 360, in load_data X_train, X_dev, X_test, y_train, y_dev, y_test = data ValueError: not enough values to unpack (expected 6, got 0)
Have you ensured that you are loading the data? data_loader
needs to be instantiated by a class that implements Loader_Interface
. The code is going to be refactored soon, which involves outputting more clear error messages.