Skip to content

Commit 128be02

Browse files
ashimdahalfacebook-github-bot
authored andcommitted
feat: adjusted sample_nums (#1768)
Summary: adjusted sample_nums to match the number of columns in the image grid. It originally produced image grid with 5 axes but only 3 images and after this fix, the block would work as intended. Pull Request resolved: #1768 Reviewed By: MichaelRamamonjisoa Differential Revision: D55632872 Pulled By: bottler fbshipit-source-id: 44d633a8068076889e49d49b8a7910dba0db37a7
1 parent 31e3488 commit 128be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/dataloaders_ShapeNetCore_R2N2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
"outputs": [],
412412
"source": [
413413
"random_model_images = shapenet_dataset.render(\n",
414-
" sample_nums=[3],\n",
414+
" sample_nums=[5],\n",
415415
" device=device,\n",
416416
" cameras=cameras,\n",
417417
" raster_settings=raster_settings,\n",

0 commit comments

Comments
 (0)