Skip to content

Conversation

@vishnukool
Copy link

As pointed out in one of the issues. The below argument is duplicated, and causes an error.
graf/submodules/nerf_pytorch/run_nerf.py
Line 368 in eaa2d6e
parser.add_argument("--N_samples", type=int, default=32*32*4, help='batch size (number of random rays per gradient step)')

It should be
parser.add_argument ("- N_rand", type = int, default = 32 * 32 * 4, help = 'batch size (number of random rays per gradient step)')

@vishnukool vishnukool changed the title Fixing bug and adding gitignore file Fixing Argument Error in run_nerf.py and adding gitignore file Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant