This commit is contained in:
Muhammad Fakhar-e-Iqbal Abdullah 2024-06-13 01:55:30 +00:00 committed by GitHub
commit c659a73405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10012 additions and 10009 deletions

View File

@ -922,7 +922,7 @@
], ],
"source": [ "source": [
"x,y = to_cpu(dls.train.one_batch())\n", "x,y = to_cpu(dls.train.one_batch())\n",
"activs = learn.model(x)\n", "activs = TensorBase(learn.model(x))\n",
"activs.shape" "activs.shape"
] ]
}, },

View File

@ -7,7 +7,8 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"#hide\n", "#hide\n",
"! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts treeinterpreter dtreeviz\n", "! [ -e /content ] && pip install -Uqq fastbook kaggle waterfallcharts dtreeviz\n",
"!pip install treeinterpreter\n",
"import fastbook\n", "import fastbook\n",
"fastbook.setup_book()" "fastbook.setup_book()"
] ]
@ -7664,7 +7665,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"#hide\n", "#hide\n",
"# pip install —pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn —U" "# pip install --pre -f https://sklearn-nightly.scdn8.secure.raxcdn.com scikit-learn --upgrade"
] ]
}, },
{ {
@ -8751,6 +8752,8 @@
"\n", "\n",
"from treeinterpreter import treeinterpreter\n", "from treeinterpreter import treeinterpreter\n",
"from waterfall_chart import plot as waterfall" "from waterfall_chart import plot as waterfall"
] ]
}, },
{ {