Skip to content

Commit

Permalink
Fix #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
keunhong committed Dec 6, 2021
1 parent 5f91eb3 commit cca945f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions notebooks/HyperNeRF_Render_Video.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
{
"cell_type": "code",
"metadata": {
"id": "2QYJ7dyMcw2f",
"cellView": "form"
"id": "2QYJ7dyMcw2f"
},
"source": [
"# @title Model and dataset configuration\n",
Expand Down Expand Up @@ -195,7 +194,7 @@
"eval_config = configs.EvalConfig()\n",
"\n",
"display(Markdown(\n",
" gin.config.markdownify_operative_config_str(gin.config_str())))"
" gin.config.markdown(gin.config_str())))"
],
"execution_count": null,
"outputs": []
Expand Down
8 changes: 3 additions & 5 deletions notebooks/HyperNeRF_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"name": "HyperNeRF Training.ipynb",
"private_outputs": true,
"provenance": [],
"collapsed_sections": [],
"toc_visible": true
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
Expand Down Expand Up @@ -180,8 +179,7 @@
{
"cell_type": "code",
"metadata": {
"id": "rz7wRm7YT9Ka",
"cellView": "form"
"id": "rz7wRm7YT9Ka"
},
"source": [
"# @title Model and dataset configuration\n",
Expand Down Expand Up @@ -314,7 +312,7 @@
"eval_config = configs.EvalConfig()\n",
"\n",
"display(Markdown(\n",
" gin.config.markdownify_operative_config_str(gin.config_str())))"
" gin.config.markdown(gin.config_str())))"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit cca945f

Please sign in to comment.