karpathy / karpathy/nipspreview

Download nips25offline??

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
186
Forks
65
PR merge metrics
No merged PRs in 30d

Description

What is the meaning here, I opened a page, what needs to be download ?
and run in getabstracts.py
$$$
f = open("abstracts/a%d.txt" % (int(paperid), ) ,"w")
$$$
I can't get a%d.txt
When I changed f to f = open("abstracts/a%s.txt" % (paperid, ) ,"w"),I get lots of a%s.txt
Can I do that correctly?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading getabstracts.py and the code around the abstracts/a%d.txt open call. Reproduce the filename behavior with the paperid value, then determine the intended output naming and verify that generated files are written under abstracts/. The issue does not name a test or provide a clear expected result.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.