Jay Zhan

Results 74 comments of Jay Zhan

I try with this command `python main.py --dataset selfie2anime --light True --resume True --save_freq 10000 --benchmark_flag True` and the following is my result at 100,000 epoch. btw I continue the...

原來是layout: "tags" 我想說怎麼到底文件在哪裡 _config都找不到 順便問一下 為甚麼 archieves 不用生出 hexo new page *** 就可以有default layout ? Why archieves dont need to `hexo new page` and change the layout?

謝謝~ 還有 如果是其他小更動只要在那一堆處理那一堆ejs檔就好了嗎? 比如說 背景顏色+圖片 gallery的修改 等等

> Congrats and excellent work! > Maybe a dumb question, what's the difference between this and VAE, and how are they related? Maybe you can refer to [NVAE: A Deep...

Recommend to review https://github.com/modularml/mojo/pull/2146/files/647643875dc945bb1824c31bce56ed4aedfa4bb1, the formatter changes many unrelated code

The result seems correct to me. +----------+ | Int64(2) | +----------+ | 2.0 | +----------+ i64(2) is the name, not the type. ``` query RT SELECT CAST(2 AS DOUBLE), arrow_typeof(CAST(2...

Strongly agree with a better name!

> > Yes, I realized that. I was thinking whether we should use a better name to display, for example CAST(2 AS INTEGER) in the case but not Int64(2) ,...

> > Expect display is something like > > I agree @jayzhan211 -- sorry for misreading this. I agree that If the user ran > > ```sql > select CAST(2...