From c5368221756d24270e280e0ddfc2c9800dd01807 Mon Sep 17 00:00:00 2001 From: zindzigriffin Date: Fri, 1 Jul 2022 18:54:35 -0700 Subject: [PATCH] Updated pytorch_util.py --- hw1/cs285/infrastructure/pytorch_util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hw1/cs285/infrastructure/pytorch_util.py b/hw1/cs285/infrastructure/pytorch_util.py index bc7a4081..5b7b2e0a 100644 --- a/hw1/cs285/infrastructure/pytorch_util.py +++ b/hw1/cs285/infrastructure/pytorch_util.py @@ -47,6 +47,7 @@ def build_mlp( # TODO: return a MLP. This should be an instance of nn.Module # Note: nn.Sequential is an instance of nn.Module. + return MLP raise NotImplementedError