Yuxin Wang

Results 4 issues of Yuxin Wang

Hello, I am confused about the variable `logits_bias`. It seems that you make `logits_bias` not trainable in your code. (At line 170 in memn2n_kv.py) https://github.com/siyuanzhao/automated-essay-grading/blob/cda24d8522c2faeb919719de002cd2754cbf1973/memn2n_kv.py#L170 Normally, shouldn't bias be trainable?...

Hi, when I ran example **mnist_hogwild** on cuda, errors occurred as below: ``` File "main.py", line 66, in p.start() File "D:\Python3.7.3\lib\multiprocessing\process.py", line 112, in start self._popen = self._Popen(self) File "D:\Python3.7.3\lib\multiprocessing\context.py",...

distributed
pickle

I run the command `python -m wikiextractor.WikiExtractor enwiki-20220701-pages-articles-multistream.xml -o enwiki/ --json --html` but got the following errors: ``` Traceback (most recent call last): File "/data/v-wangyuxin/miniconda3/envs/plotmachine/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run()...

I wrote the following code for generating the `.pkl` files based on my understanding. The generated files can be read successfully. ```python import torch from transformers.models.gpt2.modeling_gpt2 import * from transformers...