Yan-echo
Yan-echo
In build_an_image_dataset.py, I want to use a plain text file, I convert the images to txt file,then the mode is 'file', what should I write in DATASET_PATH?
features = random.sample(dataSet.columns.values[:-1], int(math.sqrt(m - 1))) TypeError: Population must be a sequence or set. For dicts, use list(d). What should I do? Thank you.
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 5: ordinal not in range(128) File "main.py", line 140, in main() File "main.py", line 113, in main data_list, labels_list = load_features()...