You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced the results from your paper by running train_hclt.py on the MNIST dataset (achieving 1.21 bpd); however, after using backward with the DLTM model, I received the following output:
I reproduced the results from your paper by running

train_hclt.pyon the MNIST dataset (achieving 1.21 bpd); however, after usingbackwardwith theDLTMmodel, I received the following output:Are you going to add
backwardalso toPIC?Many thanks.