BanianZR

Results 6 comments of BanianZR

Hi, I came across the same problem. Have you fix this problem?

Hi, I've fixed the problem. I noticed that you used `stylegan2_pytorch --name sg2_0 --data '/data/oxford-102-flowers/jpg' --aug-prob 0.25 --results_dir /results --models_dir /to/models` to train your network, but when you generate you...

> Oh yeah, you know what the files with `-ema` and `-mr` mean?. > > Have you found how to generate only 1 image not the grid? @tyoc213 The author...

It seems that I did not use the right configuration...

The source code is modified based on https://github.com/dbiir/UER-py/blob/master/finetune/run_text2text.py, and it depends on UER-py, so you can further fix it based on the original code.

> > 这样似乎每次都要重新init model,批量跑速度太慢了 > > 其实也不会,目前的逻辑只有第一次init才是真的init,后面都是读的缓存 您好,这个地方我不是很明白。当前demo里面每个文件都是单独做了一个pipe,然后pipe里do_parse的部分看上去是每次都要init(init里面去做ModelSingleton()的实例化然后init模型),这似乎没看到读缓存的部分?