Skip to content

Commit 044e632

Browse files
Change smdebug version in notebooks (#90)
* change smdebug version * rename tf_python_stats_dir to python_stats_dir Co-authored-by: Neelesh Dodda <ndodda@amazon.com>
1 parent 5e6327b commit 044e632

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/profiler/analyze_performance_bottlenecks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
],
5555
"source": [
56-
"! pip install -q ../sdk/smdebug-0.9.3b20201007-py2.py3-none-any.whl"
56+
"! pip install -q ../sdk/smdebug-0.9.3b20201015-py2.py3-none-any.whl"
5757
]
5858
},
5959
{

examples/profiler/eagleeye_generic_dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"! which pip\n",
4848
"! pip --version\n",
4949
"! pip uninstall smdebug --yes\n",
50-
"! pip install ../sdk/smdebug-0.9.3b20201007-py2.py3-none-any.whl\n"
50+
"! pip install ../sdk/smdebug-0.9.3b20201015-py2.py3-none-any.whl\n"
5151
]
5252
},
5353
{

examples/profiler/eagleeye_interactive_analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"metadata": {},
4646
"outputs": [],
4747
"source": [
48-
"! pip install -U ../sdk/smdebug-0.9.3b20201007-py2.py3-none-any.whl"
48+
"! pip install -U ../sdk/smdebug-0.9.3b20201015-py2.py3-none-any.whl"
4949
]
5050
},
5151
{
@@ -246,7 +246,7 @@
246246
"outputs": [],
247247
"source": [
248248
"python_analysis_class = PyinstrumentAnalysis if use_pyinstrument else cProfileAnalysis\n",
249-
"python_analysis = python_analysis_class(local_profile_dir=tf_python_stats_dir, s3_path=tj.profiler_s3_output_path)\n",
249+
"python_analysis = python_analysis_class(local_profile_dir=python_stats_dir, s3_path=tj.profiler_s3_output_path)\n",
250250
"step_stats_df = python_analysis.list_profile_stats()\n",
251251
"step_stats_df.head()"
252252
]

0 commit comments

Comments
 (0)