cm107 commited on
Commit
a4c1dcd
1 Parent(s): 7210b48

Updated the 注意事項

Browse files
Files changed (1) hide show
  1. info_jp.html +7 -21
info_jp.html CHANGED
@@ -116,32 +116,18 @@
116
  <div id="disclaimerBody">
117
  <p>
118
  <a target=”_blank” href="https://docs.unity3d.com/Packages/com.unity.ml-agents@2.2/manual/index.html#inference">
119
- <!-- Unfortunately, MLAgents doesn't support GPU inference for WebGL builds. -->
120
- 残念ながら、MLAgentsはWebGLビルドでのGPU推論を対応していません。
121
  </a><br>
122
- <!-- The excavator model was originally trained with a larger neural network and yielded good results, but the
123
- model was too large to run smoothly on the CPU. -->
124
- モデルは、もともと大きめのニューラルネットワークで学習させ、良い精度を出していたが、モデルが大きすぎて、CPUでスムーズに走らせませんでした。
125
- <!-- The current model was trained with a smaller model. -->
126
- 現在のモデルはもっと小さめのモデルです。
127
- <!-- Although it can run more smoothly on the CPU, the performance isn't as good as that of the larger model. -->
128
- スムーズにCPUで走らせるようになったものの、精度は大きめのモデルより劣っています。
129
  </p>
130
  <p>
131
- <!-- If you would like to try out the larger model as well, refer to <a
132
- href="https://huggingface.co/spaces/cm107/excav_demo">excav_demo</a>. -->
133
- 大きめのモデルを試してみたい方は<a href="https://huggingface.co/spaces/cm107/excav_demo">excav_demo</a>を参照。
134
- <!-- When using the larger model, it is recommended that you download the build corresponding to your specific
135
- target platform. -->
136
- 大きめのモデルを使う場合は、お使いになっている端末に該当するビルドをダウンロードすることをお勧めします。
137
  </p>
138
  <p>
139
- <!-- For more information about WebGL performance considerations, refer to
140
- <a target=”_blank” href="https://docs.unity3d.com/Manual/webgl-performance.html">
141
- the unity documentation
142
- </a>. -->
143
- WebGL のパフォーマンスに関する考慮事項については、<a target=”_blank” href="https://docs.unity3d.com/Manual/webgl-performance.html">
144
- ドキュメントを参照してください
145
  </a>。
146
  </p>
147
  </div>
 
116
  <div id="disclaimerBody">
117
  <p>
118
  <a target=”_blank” href="https://docs.unity3d.com/Packages/com.unity.ml-agents@2.2/manual/index.html#inference">
119
+ MLAgents WebGL ビルドでの GPU 推論に対応していません。
 
120
  </a><br>
121
+ よって、本デモのモデルは CPU で稼働させるため、GPU で稼働する実際のモデルから精度を落としたモデルです。
122
+
 
 
 
 
 
123
  </p>
124
  <p>
125
+ 実際のモデルを試したい方は<a href="https://huggingface.co/spaces/cm107/excav_demo">excav_demo</a>を参照ください。
126
+ お試しの際は、お使いの端末 OS 用のモデルをダウンロードしてください。
 
 
 
 
127
  </p>
128
  <p>
129
+ WebGL の性能に関しては<a target=”_blank” href="https://docs.unity3d.com/Manual/webgl-performance.html">
130
+ ドキュメントをご参照ください
 
 
 
 
131
  </a>。
132
  </p>
133
  </div>