Skip to content

Commit

Permalink
[AutoMM] Fix pdf classficiation tutorial (#4127)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangdon committed Apr 24, 2024
1 parent 9843ee3 commit d972340
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
Expand Up @@ -299,27 +299,8 @@
}
],
"metadata": {
"jupytext": {
"cell_metadata_filter": "-all",
"main_language": "python",
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"name": "python"
}
},
"nbformat": 4,
Expand Down
Expand Up @@ -39,6 +39,20 @@
"Now, let's download the dataset and split it into training and test sets."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "aa00faab-252f-44c9-b8f7-57131aa8251c",
"metadata": {
"tags": [
"remove-cell"
]
},
"outputs": [],
"source": [
"!pip install autogluon.multimodal\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -230,17 +244,10 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "agt",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.10.14"
},
"orig_nbformat": 4
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}

0 comments on commit d972340

Please sign in to comment.