TextFlow
TextFlow copied to clipboard
I've been trying this autorregresive model for quantizised vectors tokens. So far, the training has been troublesome. Any suggestions? Thanks in advance.
Hi, I wonder how to compute bpc in your code. Thanks!
Thanks for your sharing the awesome work. I'm trying to reproduce your result on PTB dataset and `baseline` and ` charptb_discreteflow_af-af ` works well as below log but I got...
Another minor issue: the `run_epoch` method in main.py is missing arguments: `model, device, args, log_p_T, optimizer`. Hence I think the lines where `run_epoch` is called in `main` should be modified...