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: notebooks/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Jupyter demo notebooks
2
-
This folder contains demo notebooks for the TRTorch.
2
+
This folder contains demo notebooks for TRTorch.
3
3
4
4
## 1. Requirements
5
5
@@ -22,15 +22,23 @@ Then launch the container with:
22
22
```
23
23
docker run --runtime=nvidia -it --rm --ipc=host --net=host trtorch
24
24
```
25
-
where `/path/to/dataset` is the path on the host machine where the data was/is to be downloaded. More on data set preparation in the next section. `/path/to/results` is wher the trained model will be stored.
26
25
27
26
Within the docker interactive bash session, start Jupyter with
Then open the Jupyter GUI interface on your host machine at http://localhost:8888. Within the container, this notebook itself is located at `/workspace/TRTorch/notebooks`.
32
+
And navigate a web browser to the IP address or hostname of the host machine
33
+
at port 8888: ```http://[host machine]:8888```
34
+
35
+
Use the token listed in the output from running the jupyter command to log
0 commit comments