Lu Chongkai

Results 37 comments of Lu Chongkai

@LeoXing1996 I cannot understand the codes below when there is a `-1` in the `scale`: https://github.com/open-mmlab/mmgeneration/blob/69333cfa4b41768b9d700d2a913e3cfa567e1c9e/mmgen/datasets/pipelines/augmentation.py#L134-L139 https://github.com/open-mmlab/mmgeneration/blob/69333cfa4b41768b9d700d2a913e3cfa567e1c9e/mmgen/datasets/pipelines/augmentation.py#L199-L205 Why don't just simply replace the `-1` with a computed size that ensures...

> Yes, in the current code, the output of `scale=(-1, 256)` is the same as `scale=(256, -1)`, and this means rescaling the shortest edge of the input to 256. Your...

> > > Yes, in the current code, the output of `scale=(-1, 256)` is the same as `scale=(256, -1)`, and this means rescaling the shortest edge of the input to...

I rewrited the if-else sentence. But it still cannot pass the `pytest` because the pytest also need to be updated. Here comes a new question -- when the `scale` is...

> Hey @makecent , thanks for your interest in our project. We will fix this recently. We would also be glad that if you could create a pull request to...

Any progress on this thread? Python is very popular.

@pdmosses I am not familar with *Darkobot* or *Tomorrow Night Eighties*. But the example block of *Pygments Base 16 Tomorrow Dark* looks great. The problem is that this PR was...

@pdmosses Thanks. I am using the Github Pages to support my website. There is no Gemfile in my repo, any advices?

@pdmosses I made it. Thanks a lot. BTW, it should be `remote*_*theme` rather than `remote*-*theme` in your previous comment. This solution works well on basic python codes, e.g.: ![Screenshot from...

@pdmosses As mentioned, I am using the `remote_theme` of `just-the-docs`. Therefore I don't have `_sass` folder in my original repo. I have tried to manually add a `_sass/color_schemes/light.scss` in my...