catbears

Results 6 comments of catbears

@kelixirr Used this code, because copying also didn't work for me: ``` train_datgen_augmented = ImageDataGenerator(rescale=1/255., rotation_range=0.55, zoom_range=0.2, width_shift_range=0.1, height_shift_range=0.1, horizontal_flip=True) train_datgen_augmented = train_datgen_augmented.flow_from_directory(train_dir, target_size=(244, 244), batch_size=32, class_mode="categorical") model_10 = Sequential([...

Same issue, but only with a file of about 400 words. If I use a smaller file with about 200 words, the following runs without problems. ```python from langchain.embeddings import...

Same issue here. [Workaround here ](https://github.com/notable/notable/issues/920#issuecomment-595667165) works for me.

Would be very neat, I just stumbled over that :)

Seems like clickhouse-connect got fixed. Using the latest version fixed it for me.