Skip to content

Commit

Permalink
Update run_nerf.py
Browse files Browse the repository at this point in the history
Co-Authored-By: bmild <bmild@cs.berkeley.edu>
  • Loading branch information
duckworthd and bmild authored Apr 8, 2020
1 parent f78096b commit 806e394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_nerf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]])

Expand Down

0 comments on commit 806e394

Please sign in to comment.