Skip to content

Commit 32f531e

Browse files
committed
papers count
1 parent 3b3f4d9 commit 32f531e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/papers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@
120120
"1806.01768": [
121121
"https://nn.labml.ai/uncertainty/evidence/index.html"
122122
],
123-
"1509.06461": [
123+
"1312.5602": [
124124
"https://nn.labml.ai/rl/dqn/index.html"
125125
],
126-
"1312.5602": [
126+
"1509.06461": [
127127
"https://nn.labml.ai/rl/dqn/index.html"
128128
],
129129
"1511.06581": [

utils/papers_list.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ def main():
7878
by_id[p['arxiv_id']] = []
7979
by_id[p['arxiv_id']].append(f'''https://nn.labml.ai/{p['url']}''')
8080

81+
logger.log([('Papers', Text.key), ': ', f'{len(by_id) :,}'])
82+
8183
with open(str(HOME.parent / 'docs' / 'papers.json'), 'w') as f:
8284
f.write(json.dumps(by_id, indent=1))
8385

0 commit comments

Comments
 (0)