Yuntian Deng
Yuntian Deng
Hi Rose, The recent commit changed x_tp1=x_tp to x_tp=x_tp1 (https://github.com/rosewang2008/language_modeling_via_stochastic_processes/commit/cb3d3454433d821c606bc224d42ee81b7cd3754f?diff=split?), but are your results based on this new commit or the old one? Since I also got different numbers on...
This code seems to be using 4x4 TPUs, but since I don't have access to TPUs, I wonder if you could release instructions on how to replicater the results on...
Hi Rithesh, From the rendered prediction on image 3 (https://rawgit.com/ritheshkumar95/im2markup-tensorflow/master/results_testset.html), it seems that `amsmath` is not included. The prediction is `\Theta = \operatorname { l o g } \frac {...
It seems to me that this line should be changed to `if 'tm' in self.name` (https://github.com/rosewang2008/language_modeling_via_stochastic_processes/blob/5cbc3eed581eba6444c471bfe716bd56db0f5253/language_modeling_via_stochastic_processes/transformers/src/transformers/data/datasets/language_modeling.py#L1201), since you were using `self.start_conversation` and `self.end_conversation` to split the training and test sets...
It seems that ROC Stories use a different setup text infilling, but I can't find code in this repository for infilling. Am I missing anything or is the code not...
https://github.com/rosewang2008/language_modeling_via_stochastic_processes/blob/5cbc3eed581eba6444c471bfe716bd56db0f5253/language_modeling_via_stochastic_processes/src/datasets/wikihow.py#L41 Seems that there's an extra space here, which would result in not splitting sentences.
### What is the issue? Following the instructions of running from source (using `make first-run`), backend fails and frontend keeps restarting. ### Issue 1 The log in the backend shows:...
When fit on large datasets, parametric UMAP throws an unknown shape error. To reproduce this issue, use the below code: ``` import numpy as np from umap import ParametricUMAP from...