You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solution.py
+20-19Lines changed: 20 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1119,25 +1119,8 @@ def train(
1119
1119
break
1120
1120
1121
1121
1122
-
# %% [markdown] tags=[]
1123
-
"""
1124
-
The next two cells start tensorboard.
1125
-
<div class="alert alert-warning">
1126
-
If you are using VSCode and a remote server, you will need to forward the port to view the tensorboard. <br>
1127
-
Take note of the port number was assigned in the previous cell.(i.e <code style="color: black"> http://localhost:{port_number_assigned}</code>) <br>
1128
-
1129
-
Locate the your VSCode terminal and select the <code style="color: black">Ports</code> tab <br>
1130
-
<ul>
1131
-
<li>Add a new port with the <code style="color: black">port_number_assigned</code>
1132
-
</ul>
1133
-
Click on the link to view the tensorboard and it should open in your browser.
1134
-
</div>
1135
-
<div class="alert alert-warning">
1136
-
If you launched jupyter lab from ssh terminal, add <code style="color: black">--host <your-server-name></code> to the tensorboard command below. <code style="color: black"><your-server-name></code> is the address of your compute node that ends in amazonaws.com.
If you are using VSCode and a remote server, you will need to forward the port to view the tensorboard. <br>
1155
+
Take note of the port number was assigned in the previous cell.(i.e <code style="color: black"> http://localhost:{port_number_assigned}</code>) <br>
1156
+
1157
+
Locate the your VSCode terminal and select the <code style="color: black">Ports</code> tab <br>
1158
+
<ul>
1159
+
<li>Add a new port with the <code style="color: black">port_number_assigned</code>
1160
+
</ul>
1161
+
Click on the link to view the tensorboard and it should open in your browser.
1162
+
</div>
1163
+
<div class="alert alert-warning">
1164
+
If you launched jupyter lab from ssh terminal, add <code style="color: black">--host <your-server-name></code> to the tensorboard command below. <code style="color: black"><your-server-name></code> is the address of your compute node that ends in amazonaws.com.
0 commit comments