Arun

Results 5 issues of Arun

```python def reset_parameters(self): nn.Embedding.reset_parameters(self) if hasattr(self, 'lora_A'): # initialize A the same way as the default for nn.Linear and B to zero # lora_A should be normal and lora_B should...

disabled gradient calculation in generate function (bigram.py)

i'm trying frontera example general crawler but its not taking urls from seed. i'm getting following output in terminal. ``` 2019-02-02 18:47:39 [manager] DEBUG: GET_NEXT_REQUESTS(out) returned_requests=0 2019-02-02 18:47:49 [manager] DEBUG:...

1. bug fix (evaluation.mdx): language specification required to run the prediction code. 2. bug fix (fine-tuning.mdx): Seq2SeqTrainingArguments requires dataloader_num_workers and dataloader_prefetch_factor parameters; otherwise, it throws errors due to a bug...

spell correction