856 Commits

Author SHA1 Message Date
84ad3f9783 Update unet.py (#239) fix typo 2024-03-02 14:13:34 +05:30
a0679ecd90 title 2024-01-12 13:21:54 +05:30
84fab839c2 fix typo chineese translation 2024-01-12 13:19:14 +05:30
45dc127061 Merge pull request #235 from qiangxinglin/master
Fix typo chineese translation
2024-01-12 13:18:50 +05:30
81cf808d05 rope typo 2024-01-12 13:17:39 +05:30
083988f411 Merge pull request #232 from Etienne248/patch-1
Fix a typo in the formula of RoPE
2024-01-12 13:17:19 +05:30
4135eda943 title 2024-01-12 13:15:04 +05:30
fdd4da6401 Fix typo 2023-12-24 12:08:10 +08:00
bc5565b84c Fix a typo in the formula of RoPE 2023-12-08 15:50:21 +01:00
b18a82213d docs 2023-11-17 19:40:59 +00:00
36a374ed76 Merge pull request #226 from MrYxJ/patch-1
Fix a typo in the formula of ALiBi.
2023-11-17 17:42:17 +00:00
07b5782a48 Merge pull request #224 from callanwu/master
Add backticks to mask'shape
2023-11-17 17:41:05 +00:00
830161b299 Update __init__.py
This formula is wrong, there is one symbol '-' missing in front of the 1, which will affect people's understanding when reading. What is expressed here is that the position of the ith token is increasing from -(i-1) to 0, so it should be -1.
2023-11-14 00:30:26 +08:00
4d922e838f Add backticks to mask'shape 2023-11-10 19:51:37 +08:00
f42c0e9cf4 right shift example comment fix 2023-11-07 09:28:22 +00:00
a2d6e805a6 fix beta expression in ddpm docs 2023-11-07 09:13:19 +00:00
f26c603648 update docs 2023-11-07 09:10:13 +00:00
ba58ad9720 version 2023-11-07 09:06:49 +00:00
334fb05fb2 Merge pull request #221 from lizhuoq/fix
fix: fix cls_token bug in vit.
2023-11-07 09:06:12 +00:00
a8ddc7d1d9 Merge pull request #223 from tatsuookubo/master
Very minor typos in the type hint and text description
2023-11-07 09:05:33 +00:00
3a759f45b0 minor typo: instance norm -> group norm 2023-11-06 21:50:35 +08:00
6576e98498 minor typo in the type hint of ddpm/unet 2023-11-06 21:48:39 +08:00
ffafaf1df7 fix: fix cls_token bug in vit. 2023-11-06 11:28:45 +08:00
9a42ac2697 arxiv.org links 2023-10-24 14:42:32 +01:00
1159ecfc63 Merge pull request #206 from xBoyMinemc/master
Update setup.py encoding='utf-8'
2023-10-24 18:56:24 +05:30
293cee404d Merge pull request #214 from Mirmix/patch-1
Minor typo DDPM->DDIM
2023-10-15 16:49:02 +05:30
732aedcfc6 Minor typo DDPM->DDIM 2023-09-21 18:15:15 +02:00
d957d361d1 Merge pull request #204 from gstamatiou/master-1
Fix typo in latex
2023-09-10 17:31:29 +05:30
24c1f8684a Update setup.py encoding='utf-8'
>> py .\setup.py

Traceback (most recent call last):
  File "annotated_deep_learning_paper_implementations\setup.py", line 4, in <module>
                       ^^^^^^^^
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa8 in position 951: illegal multibyte sequence
2023-08-26 06:05:36 +08:00
51955fdf89 Update __init__.py
Corrected typo in latex code
2023-08-15 20:59:13 +03:00
ec3c7366b7 labml update 2023-08-10 19:37:55 +05:30
753fbd3446 typo fix docs 2023-07-15 08:35:33 +05:30
b01848a2a0 Merge pull request #196 from YangWu1227/fix-comment-typo
fix: potential typo in resnet comments
2023-07-15 08:35:09 +05:30
b43fb807a8 sophia speed up 2023-07-15 08:30:41 +05:30
594f89c8cc version 2023-07-14 21:28:14 +05:30
0101618de6 links 2023-07-14 21:27:44 +05:30
8db330dd22 sophia-g docs 2023-07-14 21:25:08 +05:30
7c02294e7c sophia exp 2023-07-14 16:44:45 +05:30
f45ca5ee69 sophia wip 2023-07-14 15:40:26 +05:30
1e0007796d fix: potential typo in resnet comments 2023-07-10 02:34:22 -05:00
e8a5febf01 docs 2023-06-30 17:21:53 +05:30
689842ae09 Merge pull request #193 from hlyang1992/master
Add the missing negative sign in the formula.
2023-06-30 11:38:26 +01:00
1b51fbc5d0 Merge pull request #192 from andreemic/patch-1
Update unet.py: fix typo
2023-06-30 11:38:13 +01:00
9c288586bc Merge pull request #182 from csl122/patch-1
add two missing param comments for UNetModel class
2023-06-30 11:37:56 +01:00
2f7a05da1e Merge pull request #174 from eltociear/patch-2
Fix typo in llm_int8.html
2023-06-30 11:37:26 +01:00
ce0cdb676f ja translation 2023-06-30 16:03:07 +05:30
2eccd8bec6 Add the missing negative sign in the formula. 2023-06-28 06:52:45 +08:00
7cc3a7aa27 Update unet.py: fix typo
changed "suck" -> "such"
2023-06-21 17:11:10 +02:00
df566e0d48 docs not published 2023-05-11 14:28:51 -04:00
2038b11d29 ja translation 2023-05-10 17:00:29 -04:00