From e09e8dbd999c59fa301ff2c10fe005e8f6a0a94b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 24 Nov 2024 00:12:29 +0000 Subject: [PATCH] update data --- database/database.json | 39 +++++++++++++++++++++++++++++++++++++++ database/pipeline.pkl | 4 ++-- database/triples.json | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 2 deletions(-) diff --git a/database/database.json b/database/database.json index e3a7ce1..7ed8d71 100644 --- a/database/database.json +++ b/database/database.json @@ -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" } } \ No newline at end of file diff --git a/database/pipeline.pkl b/database/pipeline.pkl index 536f1fd..d521f97 100644 --- a/database/pipeline.pkl +++ b/database/pipeline.pkl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:797a02f950337c67aeecd4c5ca628a8c945f1815fb7e88f6dd3ee016c813d64c -size 142662380 +oid sha256:b76a048165b042eb6dacf8b414cacd1442c0b5cce692f40d788f5dc678d6daae +size 142705220 diff --git a/database/triples.json b/database/triples.json index 5ca6da2..4d47161 100644 --- a/database/triples.json +++ b/database/triples.json @@ -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" } ] \ No newline at end of file