BlurbGenreCollection-HMC icon indicating copy to clipboard operation
BlurbGenreCollection-HMC copied to clipboard

请问运行代码时出现这种问题怎么解决?

Open Summer-1994 opened this issue 5 years ago • 1 comments

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)

Summer-1994 avatar Jan 09 '20 12:01 Summer-1994

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.

Raldir avatar Jan 23 '20 16:01 Raldir