Sidney Radcliffe

Results 9 issues of Sidney Radcliffe

Hey, thanks for this library! I've come accross an issue where double backslashes are lost. Losing the `\\` is causing newlines to be lost in MathJax rendering. ### Minimal example...

Hey, it looks like [this](https://github.com/microsoft/visual-chatgpt/blob/e2c74844b3555741e6d47fb76cdda6c54319f989/visual_chatgpt.py#L803) assumes that there are 8 GPUs available. Are you able to provide a bit more info about that? (I.e. what GPUs do you run this...

In case it's useful. Would use instead of `requirement.txt`, and do: ```bash # install dependencies conda env create -f conda-environment-ubuntu_x86.yaml # activate environment conda activate visualchatgpt ``` If that worked,...

BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding https://www.arxiv-vanity.com/papers/1810.04805/ Screenshot: ![Screenshot 2023-04-02 at 20 38 37](https://user-images.githubusercontent.com/17290057/229375233-0eb20acc-7131-45bb-a154-d287a8b72b8b.png)

- [x] I have marked all applicable categories: + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?"...

### 📚 The doc issue The docs do not mention that weight matrices are assumed to be initialised as: `w.shape = [fan_out, fan_in]`, because Pytorch linear layers do: `h =...

Related forum post, [How long to expect training to take, and guidance on subset size?](https://discuss.huggingface.co/t/how-long-to-expect-training-to-take-and-guidance-on-subset-size/35380) (I could potentially work on this.) I also think I'm getting some wierd bugs with...

enhancement

`share_tests` If you want to test share instead of count, use share_tests instead of tests. OK, but what does "share" mean!? > For example, the check on missing values will...

Unlike GitHub, GitLab can have repos nested under multiple organisations / groups, e.g. ``` https://gitlab.com/my-org/my-parent-group/my-group/my-repo ``` Gitingest is incorrectly inferring that the repo is: ``` https://gitlab.com/my-org/my-parent-group/ ``` Which causes it...

bug
help wanted