Chanchana Sornsoontorn
Chanchana Sornsoontorn
I got this error: ``` The sum of train_size and test_size = 55757, should be smaller than the number of samples 55756. Reduce test_size and/or train_size. Traceback (most recent call...
I see that when I do `from tqdm import tqdm` and then run `pp(a_variable)` There is no color for the `pp()` message anymore. So my work around was to import...
There is learning for ZeroMQ Python and C# but they are not specific to unity and I saw you use AsyncIO as well which is confusing for me because I'm...
Also reduce learning rate for demo file. See #10
I want to improve accuracy or loss of target dataset. So I would want to ask a few questions that might affect the accuracy. 1. If I want to increase...
https://github.com/lllyasviel/ControlNet/blob/d3284fcd0972c510635a4f5abe2eeb71dc0de524/gradio_canny2image.py#L52 it should be `0.825**12
I am wondering about how you guys code, debug, and train this model. 1. Are you writing code and debugging the model using local machine or cloud machine? For example,...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...
I have a feature request. Right now the `limit` function can modify the limit, but we lack a `getRemaining` function to see the current value of the limit without any...