diff --git a/run_nerf.py b/run_nerf.py index 9f38f0f6..2e421f63 100644 --- a/run_nerf.py +++ b/run_nerf.py @@ -28,7 +28,7 @@ def ret(inputs): def run_network(inputs, viewdirs, fn, embed_fn, embeddirs_fn, netchunk=1024*64): - """Prepares inputs and applies 'fn'.""" + """Prepares inputs and applies network 'fn'.""" inputs_flat = tf.reshape(inputs, [-1, inputs.shape[-1]])