Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 24, 2024
1 parent 0220fd2 commit e09e8db
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 2 deletions.
39 changes: 39 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -40399,5 +40399,44 @@
"developer-tools",
"documentation-generator"
]
},
"https://github.com/irom-princeton/dppo": {
"extra-tags": [
"policy",
"diffusion",
"optimization",
"arxiv"
],
"date": "2024-09-04",
"title": "dppo",
"summary": "Official implementation of Diffusion Policy Policy Optimization, arxiv 2024",
"tags": [
"python"
]
},
"https://github.com/ethansmith2000/fsdp_optimizers": {
"extra-tags": [
"pytorch",
"optimizer",
"adam-optimizer"
],
"date": "2024-11-23",
"title": "fsdp_optimizers",
"summary": "supporting pytorch FSDP for optimizers",
"tags": [
"python"
]
},
"https://www.astralcodexten.com/p/how-did-you-do-on-the-ai-art-turing": {
"extra-tags": [
"ai",
"art"
],
"title": "Hackernews How did you do on the AI art Turing test? (astralcodexten.com)",
"tags": [
"hackernews"
],
"summary": "",
"date": "2024-11-24"
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
32 changes: 32 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -186418,5 +186418,37 @@
{
"head": "documentation-generator",
"tail": "library"
},
{
"head": "policy",
"tail": "diffusion"
},
{
"head": "policy",
"tail": "arxiv"
},
{
"head": "diffusion",
"tail": "optimization"
},
{
"head": "diffusion",
"tail": "arxiv"
},
{
"head": "optimization",
"tail": "arxiv"
},
{
"head": "pytorch",
"tail": "optimizer"
},
{
"head": "pytorch",
"tail": "adam-optimizer"
},
{
"head": "ai",
"tail": "art"
}
]

0 comments on commit e09e8db

Please sign in to comment.