sizhky

Results 9 issues of sizhky

* Faker version: 13.6.0 * OS: Linux Brief summary of the issue goes here. How to generate normal english sentence when local is 'en_IN' ### Steps to reproduce ```python import...

stale

Could you please update your time-series Readme with a diagram of the architecture? You tried to explain a great detail about what ```return_sequences``` do but a simple diagram would be...

Tasks like OCR need shear in `x` direction only. This pull request adds an ability to add shear only in `x`, or `y` or both directions while creating `pipeline.shear` E.g....

On running the following code I get the error above ```python def get_model(**kwargs): model = models.densenet121(pretrained=True).to(device) # Freeze parameters so we don't backprop through them for param in model.parameters(): param.requires_grad...

I justs discovered and installed the css file as per instructions, but nothing is happening either in live editor or reader mode. Can anyone confirm that this works in 1.0...

Hi, I've been using this module since a month and my experience with it has been largely pleasant. Thank you for your contribution 😄 One thing i observed was that...

```python %%tuna from time import sleep sleep(3) ``` just gives a blank output

latest keras doesn't seem to have utils.get_file

Please update it if you can ...