Chanchana Sornsoontorn

Results 59 comments of Chanchana Sornsoontorn

I set `train_ratio=len(X_train)` and here's the new error: ``` test_size=-37170.0 should be either positive and smaller than the number of samples 55756 or a float in the (0, 1) range...

Thanks. I will use that work around for now!

@pplonski Yes, I think so. At least LightGBM and Xgboost don't seem to have this problem (wrong metric in the learning curve chart).

OK. So it means that it will treat my feature as continuous unless I change the type to string. Thank you. Maybe this info should be included in the doc?

I have this issue too trying to run mnist example. I think it's because this library does not support tensorflow 2.

Where are you admin? GO ACCEPT THESE PRs!

What do you mean? The cross-attention mechanism is used to read the text input and the text input has 768 dimensions in SD1.5. In SD2.1, it has 1024 dimensions.

What was the version mismatch issue you had? I was running with GPU version fine on cloud machine but then one day it starts loading CPU version instead. `Applied providers:...

OK In my case it turns out to be an issue relating to importing pytorch. If I don't import `torch` before importing `FaceAnalysis` then only CPU model would be loaded....

> it makes sense. do you have availability to send a PR about this? Unfortunately, no. I don't know enough to modify this repo and also quite busy in this...