Xuanqing Liu

Results 18 comments of Xuanqing Liu

And yes, the drop-down box gives the option to change the timezone, one common mistake I made is forgot to change it...

> So does that dropdown gives you what you need? Default timezone just comes from system setting. In containers I just use TZ env variable to set desired timezone. The...

> OK. On UI it comes from the browser indeed. It's stored in app.tz property, so if you up to dirty tweaks you can even force it to has a...

I haven't given a try but it looks good. I wrote something similar in my own codebase last month.

Closing this issue now.

@StephennFernandes I can't help you on that because I am using PyTorch based training framework.

I use checkpoints downloaded from huggingface, but I ran with my in-house distributed training code. I only tested and compared with FLAN-T5 it on MMLU dataset. It turns out that...

I don't know why in the text domain one needs to make FLOATER 2D. But in the image domain, a simple way is to reshape the image (in some way)...

I remembered 10-20 epochs are just fine. But you can always wait until the accuracy does not improve.

> Do you mean train 10-20 epoch for imagenet 143 category ?what about finetune epoch? i found that after finetune, the acc_fake of discrimiantor in test dataset is high and...