Ray Sun

Results 8 issues of Ray Sun

从知乎[用GAN生成二维样本的小例子](https://zhuanlan.zhihu.com/p/27343585)过来的,关于作者你说的” 判别器(Discriminator)的输入不是1维样本,而是把整个mini-batch整体作为一个维度是batch size(代码中batch size等于cardinality)那么大的样本。“ 这个问题,devneg其实做过正面回复, ![Y2G D08_GPHH~_ZC6 MH(B7](https://user-images.githubusercontent.com/42628912/109799220-b889c380-7c56-11eb-9448-528e19b225c3.png)

Did this repository is not supported anymore?

Hi author, I met this error, I obey the enviroment.yml; but this problem make me crazy! I have no idea why this happens. If I run the ZSSR to get...

Hi, Mr. selfibk, I have a confusion that what is the meaning of number 32 in the generator(G) network architecture ? How did the conv. perform the operation of image...

hi, Mr. sefibk, Thanks for your work, and if I use the "Blind data generator" to generate degradation images, the kernelGAN can estimate the correct kernel. But if the use...

老哥, JWTFilter.java中的这段: /** * 对跨域提供支持 */ @Override protected boolean preHandle(ServletRequest request, ServletResponse response) throws Exception { HttpServletRequest httpServletRequest = (HttpServletRequest) request; HttpServletResponse httpServletResponse = (HttpServletResponse) response; httpServletResponse.setHeader("Access-control-Allow-Origin", httpServletRequest.getHeader("Origin")); httpServletResponse.setHeader("Access-Control-Allow-Methods", "GET,POST,OPTIONS,PUT,DELETE");...

老哥,为啥不顺带把每本书的电子版都顺带上传,这样也好充实,浅浅的一层目录.

```javascript package.json版本如下 { "name": "my-app", "version": "0.1.0", "private": true, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "antd": "4.5.2", "qnn-react-cron": "1.2.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",...

bug