From e924de4bf2e0b962609c4d78eb69d07f38eb751a Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Mon, 8 Aug 2022 14:26:58 -0700 Subject: [PATCH] add implicitron tutorials to website Summary: Adding the implicitron tutorials to the website Reviewed By: kjchalup Differential Revision: D38508673 fbshipit-source-id: b38d43174acf6e1355b14bf6d58513f6696e7fa0 --- website/tutorials.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/website/tutorials.json b/website/tutorials.json index d33e6f57..e4345c45 100644 --- a/website/tutorials.json +++ b/website/tutorials.json @@ -37,5 +37,14 @@ "id": "dataloaders_ShapeNetCore_R2N2", "title": "Data loaders for ShapeNetCore and R2N2" } - ] - } + ], + "Implicitron": [ + { + "id": "implicitron_volumes", + "title": "Training a custom volumes function with implicitron" + }, { + "id": "implicitron_config_system", + "title": "Implicitron config system deep dive" + } + ] +}