From 95cc1b22f4668314a0a9b37d4b09ed2f44e138cf Mon Sep 17 00:00:00 2001 From: jiupinjia <51430557+jiupinjia@users.noreply.github.com> Date: Sun, 29 Nov 2020 22:08:13 -0500 Subject: [PATCH] Update on CPU mode --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 79e870d..bb3749c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ The implementation of the sinkhorn loss in our code is partially adapted from th +## **Updates on CPU mode (Nov 29, 2020) + +PyTorch-CPU mode is now supported! You can try out on your local machine without any GPU cards. + + + ## **Updates on lightweight renderers (Nov 26, 2020)