Long(Tony) Lian

Results 82 comments of Long(Tony) Lian

I'd definitely like to help. I would host them both on Github on animegan.js.org and Gitee. If you'd like we could also have a chat on email about the details....

I'm trying to use AnimeGANv2 with tfjs and I found that AnimeGANv2 runs slower than the original version. Is it correct on your end? It does not run with my...

In addition, I see that you have a lite version. Do you have checkpoints that I can convert to tf.js format? I think that will help people since it will...

TF.js currently uses 2GB ram on my side. I think that's more than a lot of people can provide. I found that `numBytesInGPUAllocated` is much higher than `numBytesInGPU`, which means...

It's fast on tf.js or just TF? I think it's slow on tf.js because it uses a lot of memory and then it will use swap from disk. If you're...

TF.js does not actually train. It just runs inference. Do you apply post-processing in inference time? My generated image is a little bit white actually. ![image](https://user-images.githubusercontent.com/1451234/100365991-32e4ef00-303b-11eb-84a4-ccdbad6ebcc6.png)

Yes. I think the process that I use is similar. The WEBGL_DELETE_TEXTURE_THRESHOLD in tf.js may be the case. However, I only get medium size images working. I've put my converted...

I met exactly the same thing: on the second epoch, the loss becomes `nan` without modification when EMA is off.

@jongwook In addition to the exact parsing method, could you tell us how a title is merged with the corresponding description text?

What to do next: > I think the next step would be to add a method to `Base.eltype` for the `EnumerableGather` type. > > You can look up how that...