From 353fde5aab66d3fe22b3e7b6c17a960a0a5c0fd2 Mon Sep 17 00:00:00 2001 From: Kai-46 Date: Mon, 12 Oct 2020 12:04:51 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71c5158..7253cce 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Codebase for paper: ## Create environment ```bash conda env create --file environment.yml +conda activate nerf-ddp ``` ## Training (Use all available GPUs by default)