-
-
This is a ticket to track a wishlist of items you wish LiteLLM had.
# **COMMENT BELOW 👇**
### With your request 🔥 - if we have any questions, we'll follow up in comments / via DMs
Respond …
-
个人主页,个人学习生涯!
学习流程:
> 第一遍, 通读全文,了解内容
>
> 第二遍,针对性阅读,并记录心得
>
> 第三遍,理论结合实践
一点一点搬运到博客上
## ref
- [Deep learning papers reading roadmap](https://github.com/floodsung/Deep-Learning…
-
Hi, I am using NeuroBench with PyTorch Lightning. There seems to be a problem with the numpy version requirements between those two packages, which leads to some reproducibility issues. I ran the code…
-
读了论文,我的理解文中的Position Attention如下:
```Python
# feature_map: (HW, channels)特征图
# w: (len_seq, channels)位置编码
q = w # (len_seq, channels) 实际上位置编码就是一个可训练参数,基本上就是个fc层
k = unet(feature_map) # (HW , …
-
Hi,
I am trying to install the dependencies on Windows, but there is a complication between versions.
I tried different versions of each package, but could not find the working combination.
I wond…
-
< Placeholder >
timeline: April 2023 - April 2027.
[Key historical 2016 issue of thesis topic](https://github.com/Tribler/tribler/issues/2250)
ToDo: 6 weeks hands-on Python onboarding project. …
-
-
Pose a question about the one of the following possible readings:
“[Dropout: A Simple Way to Prevent Neural Networks from Overfitting](https://www.jmlr.org/papers/volume15/srivastava14a/srivastava…
-
I ran the example given
```
import os
os.environ["WANDB_DISABLED"] = "true"
!python examples/nlg-reddit/sample-level-dp/fine-tune-dp.py \
--output_dir scratch \
--model_name sshleifer/tiny-gpt2 …