Juntang Zhuang

Results 7 issues of Juntang Zhuang

Hi, @lucasb-eyer thanks for your review and comments. I reformated the files and squashed commits into a new PR (sorry I messed up the old PR and could not squash...

Hi, thanks for the nice repo. I have a quite naive question, is there any script to evaluate the BLEU score during the training, or test the trained model? Also...

Thanks for your nice paper and implementation. I read your paper and have a question regarding the channel number, appreciate it if you can help. If I understand correctly, transformations...

Hi, thanks for the nice project. I noticed your paper achieved a 73.69 accuracy on ImageNet with ResNet50, which is much worse than reported by Keras https://keras.io/api/applications/ (74.9, 76.0 for...

Thanks for the nice paper. In the last three equations in proof of lemma 1.6, it should be arcsiny rather than arcsinx, and the conclusion should be Y\~Arcsin(-1,1) rather than...

Hi, Nice work. I wonder if the code for ANODE v2 is also published? Thanks a lot.

Feature request for the pad and slicing operation inside pallas kernel, e.g. `x=jnp.pad(x, ((1,0), (2,0)); x=x[:, :-2] `

enhancement
pallas