質問編集履歴
10
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,14 +15,16 @@
|
|
15
15
|
|
16
16
|

|
17
17
|
|
18
|
+
```
|
18
|
-
|
19
|
+
bash-3.2$ activate tf3
|
19
20
|
Error: activate must be sourced. Run 'source activate envname'
|
20
21
|
instead of 'activate envname'.
|
21
22
|
|
22
23
|
bash-3.2$ tensorboard--logdir=http://localhost:8888/notebooks/anaconda/Anaconda-Navigator.app/Contents/jupyter_tfbook/tensor3.ipynb
|
23
24
|
Starting TensorBoard b'41'on port 6006(You can navigatetohttp://172.xx.xx.xx:6006)
|
24
25
|
bash: syntax error near unexpected token `('
|
25
|
-
bash-3.2$
|
26
|
+
bash-3.2$
|
27
|
+
```
|
26
28
|
|
27
29
|
ちなみに絶対パス(http://localhost:8888/notebooks/anaconda/Anaconda-Navigator.app/Contents/jupyter_tfbook/tensor3.ipynb)はanaconda上からテキストエディタにドラック&ドロップして取得したもので間違いないと思います。
|
28
30
|
また絶対パスはlogdir=以降から入力してあります。
|
9
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,26 +11,20 @@
|
|
11
11
|
anaconda環境でtensorboardを、もしくはなんたかの方法でtensorboard利用する方法を教えてください。
|
12
12
|
|
13
13
|
追記
|
14
|
-
追記していただいたコマンド
|
14
|
+
追記していただいたコマンドに絶対パスを入れていかように入力したところ次のようなコメントが出ました。
|
15
15
|
|
16
|
-
```C:\Windows\system32>activate tf3
|
17
|
-
(tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
18
|
-
|
16
|
+

|
19
|
-
(You can navigate to http://172.xx.xx.xx:6006)```
|
20
17
|
|
18
|
+
```bash-3.2$ activate tf3
|
19
|
+
Error: activate must be sourced. Run 'source activate envname'
|
20
|
+
instead of 'activate envname'.
|
21
21
|
|
22
|
-
|
22
|
+
bash-3.2$ tensorboard--logdir=http://localhost:8888/notebooks/anaconda/Anaconda-Navigator.app/Contents/jupyter_tfbook/tensor3.ipynb
|
23
|
-
|
23
|
+
Starting TensorBoard b'41'on port 6006(You can navigatetohttp://172.xx.xx.xx:6006)
|
24
|
+
bash: syntax error near unexpected token `('
|
25
|
+
bash-3.2$```
|
24
26
|
|
25
|
-
上記画像のエラーコマンド
|
26
|
-
bash-3.2$ C:\Windows\system32>activate tf3
|
27
|
-
bash: C:Windowssystem32: command not found
|
28
|
-
|
27
|
+
ちなみに絶対パス(http://localhost:8888/notebooks/anaconda/Anaconda-Navigator.app/Contents/jupyter_tfbook/tensor3.ipynb)はanaconda上からテキストエディタにドラック&ドロップして取得したもので間違いないと思います。
|
29
|
-
bash: syntax error near unexpected token `C:\Windows\system32'
|
30
|
-
bash-3.2$ Starting TensorBoard b'41' on port 6006
|
31
|
-
bash: Starting: command not found
|
32
|
-
bash-3.2$ (You can navigate to http://172.xx.xx.xx:6006)
|
33
|
-
|
28
|
+
また絶対パスはlogdir=以降から入力してあります。
|
34
29
|
|
35
|
-
|
30
|
+
改善箇所のご指摘お願いします。
|
36
|
-

|
8
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
23
|
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
24
24
|
|
25
|
-
|
25
|
+
上記画像のエラーコマンド
|
26
26
|
bash-3.2$ C:\Windows\system32>activate tf3
|
27
27
|
bash: C:Windowssystem32: command not found
|
28
28
|
bash-3.2$ (tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
7
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
23
|
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
24
24
|
|
25
|
-
|
25
|
+
|
26
26
|
bash-3.2$ C:\Windows\system32>activate tf3
|
27
27
|
bash: C:Windowssystem32: command not found
|
28
28
|
bash-3.2$ (tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
@@ -31,7 +31,6 @@
|
|
31
31
|
bash: Starting: command not found
|
32
32
|
bash-3.2$ (You can navigate to http://172.xx.xx.xx:6006)
|
33
33
|
bash: You: command not found
|
34
|
-
```
|
35
34
|
|
36
35
|
ちなみに入力したターミナルは下画像のjupyter上から開きました。
|
37
36
|

|
6
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,15 +22,16 @@
|
|
22
22
|
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
23
|
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
24
24
|
|
25
|
-
|
25
|
+
```
|
26
|
-
|
26
|
+
bash-3.2$ C:\Windows\system32>activate tf3
|
27
27
|
bash: C:Windowssystem32: command not found
|
28
28
|
bash-3.2$ (tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
29
29
|
bash: syntax error near unexpected token `C:\Windows\system32'
|
30
30
|
bash-3.2$ Starting TensorBoard b'41' on port 6006
|
31
31
|
bash: Starting: command not found
|
32
32
|
bash-3.2$ (You can navigate to http://172.xx.xx.xx:6006)
|
33
|
-
bash: You: command not found
|
33
|
+
bash: You: command not found
|
34
|
+
```
|
34
35
|
|
35
36
|
ちなみに入力したターミナルは下画像のjupyter上から開きました。
|
36
37
|

|
5
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,5 +22,15 @@
|
|
22
22
|
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
23
|
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
24
24
|
|
25
|
+
|
26
|
+
```bash-3.2$ C:\Windows\system32>activate tf3
|
27
|
+
bash: C:Windowssystem32: command not found
|
28
|
+
bash-3.2$ (tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
29
|
+
bash: syntax error near unexpected token `C:\Windows\system32'
|
30
|
+
bash-3.2$ Starting TensorBoard b'41' on port 6006
|
31
|
+
bash: Starting: command not found
|
32
|
+
bash-3.2$ (You can navigate to http://172.xx.xx.xx:6006)
|
33
|
+
bash: You: command not found```
|
34
|
+
|
25
35
|
ちなみに入力したターミナルは下画像のjupyter上から開きました。
|
26
36
|

|
4
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
|
7
7
|
を入力しても
|
8
8
|
|
9
|
-
```bash: tensorboard: command not found```
|
10
9
|
|
11
10
|
というエラーが返ってきてtensorboardが開けません。
|
12
11
|
anaconda環境でtensorboardを、もしくはなんたかの方法でtensorboard利用する方法を教えてください。
|
3
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,12 +13,13 @@
|
|
13
13
|
|
14
14
|
追記
|
15
15
|
追記していただいたコマンド
|
16
|
-
|
16
|
+
|
17
|
-
C:\Windows\system32>activate tf3
|
17
|
+
```C:\Windows\system32>activate tf3
|
18
18
|
(tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
19
19
|
Starting TensorBoard b'41' on port 6006
|
20
|
-
(You can navigate to http://172.xx.xx.xx:6006)
|
20
|
+
(You can navigate to http://172.xx.xx.xx:6006)```
|
21
|
-
|
21
|
+
|
22
|
+
|
22
23
|
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
24
|
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
24
25
|
|
2
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,15 @@
|
|
12
12
|
anaconda環境でtensorboardを、もしくはなんたかの方法でtensorboard利用する方法を教えてください。
|
13
13
|
|
14
14
|
追記
|
15
|
-
コマンド
|
15
|
+
追記していただいたコマンド
|
16
|
+
```
|
17
|
+
C:\Windows\system32>activate tf3
|
18
|
+
(tf3) C:\Windows\system32>tensorboard --logdir=c:/temp/tf_log
|
19
|
+
Starting TensorBoard b'41' on port 6006
|
20
|
+
(You can navigate to http://172.xx.xx.xx:6006)
|
21
|
+
```
|
22
|
+
をjupyter上で実行したら以下のようなコマンドになりました。
|
23
|
+
](121e4fb83a42b1ea06b9c0e28d634765.png)
|
16
24
|
|
17
|
-
|
25
|
+
ちなみに入力したターミナルは下画像のjupyter上から開きました。
|
18
|
-

|
1
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,4 +9,10 @@
|
|
9
9
|
```bash: tensorboard: command not found```
|
10
10
|
|
11
11
|
というエラーが返ってきてtensorboardが開けません。
|
12
|
-
anaconda環境でtensorboardを、もしくはなんたかの方法でtensorboard利用する方法を教えてください。
|
12
|
+
anaconda環境でtensorboardを、もしくはなんたかの方法でtensorboard利用する方法を教えてください。
|
13
|
+
|
14
|
+
追記
|
15
|
+
コマンド
|
16
|
+
|
17
|
+
をjupyter上で実行したら以下のようなコマンドになりました。
|
18
|
+
](121e4fb83a42b1ea06b9c0e28d634765.png)
|