вот фрагмент кода из Github
from tflearn.data_utils import build_hdf5_image_dataset
build_hdf5_image_dataset(dataset_file, image_shape=(50, 50), mode='file', output_path='traindataset.h5', categorical_labels=True, normalize=True)
И это сообщение об ошибке
ValueError: invalid literal for int() with base 10: '\'int\'>"'
Я знаю, что проблема с пробелами, может кто-нибудь помочь?