feng wang

Results 28 issues of feng wang

It is inconvenient to download them outside of China. Maybe it is a good idea to upload them in the release, where large files are supported.

## Minimal Code Example ``` ![]( ./images/a.png) ``` to html5 ``` ``` ## Conditions If in absolute path or relative path, there exists such an image, generate its data URI...

feature

Is it possible to provide downloading scripts as [nsfw_data_scraper does](https://github.com/alex000kim/nsfw_data_scraper/tree/master/scripts)?

When the input channels and groups are identical, which is a common case of networks, the GroupedConv2d is basically Depthwise Conv2D of depth 1. Given the fact that stacked Conv2D...

Is it possible to share these files somewhere like a google driver? Without these files, this repo is useless.

I would like to build [`dvc`](https://github.com/iterative/dvc) with option `azure`. Using `pip3`, I can install it by executing `pip3 install 'dvc[azure]'`, but using pypi2pkgbuild: `pypi2pkgbuild.py -v 'dvc[azure]'`, I got such error...

help wanted

Maybe use another base docker instead of tensorflow(https://github.com/fboulnois/stable-diffusion-docker/blob/2e4a48a3f886171d04016d5083ca930ad9fa9b99/Dockerfile#L1) to enlighten the size of the docker image?

question

The current model is restricted to 512x512 pixels. Can you please give a tutorial to customize openvino models with the resolutions of choice? For example, 768x512 pixels?

In a pipeline I replaced the pytorch version with this implementation, but found the maximum prompt is limited to 77. Is this a compromise for some reasons?

https://github.com/TianLin0509/Easiest-SRGAN-demo/blob/1ad279179e3f513267a6d1526d632a924c085628/srgan.py#L93 Shouldn't it be [1, 0.001] rather than [0.001, 1] ?