Uncategorized

FAQ – Cloud Service

Saturday, February 10, 2018

Uncategorized

Posted by Shingo Yamawaki

GPUのコンピューティングリソースを教えてください GPU関連の主なコンピューティングリソースは下表のとおりです。 GPU GPU搭載数 GPUメモリサイズ NVLink メモリサイズ NVIDIA® TESLA® K80 GPU 1 12GiB – 61GiB NVIDIA® TESLA® V100 GPU 1 16GiB – 61GiB NVIDIA® TESLA® V100 GPU 4 64GiB 200GBps 244GiB NVIDIA® TESLA® V100 GPU 8 128GiB 300GBps 488GiB 効率的にジョブ実行を行うためには? GPUでの学習の費用対効果をあげるために以下のヒントを参考にしてください。 CPUでProfileを実行し、作成したネットワークが意図通りか確認しましょう。意図通りではないネットワークの実行に高価なGPUを使うのはもったいないです。 キャッシュ作成には学習実行にGPUを選択してもCPUで処理されます。そのためCPUのProfileでキャッシュを予め作成後、GPUで学習を実行すると効率的です。 キャッシュ作成処理中に月額利用料金の上限値に達すると当該処理はSuspend状態になります。ただし、このジョブを再開(Resume)してもキャッシュ作成は最初からになります(キャッシュ作成が終わっていれば再開時はそのキャッシュを利用します)。 そのため、前もって月額利用料金の上限値に余裕があることを確認し、ProfileをCPUで実行してキャッシュを作成することをおすすめします。 Neural Network Console CloudのユーザーIDがわかりません Dashboard画面を表示し、左メニュー内の「Service Settings」をクリック後に表示される画面内の中央上部にユーザーIDが表示されます。 月額の利用料金の上限値を設定したい Neural Network Console Cloudの月額利用料金が意図せず膨れ上がらないように、予めその上限値を1万円から10万円の間で設定できます。上限値を超えるとすべての学習・評価が停止します。 Service Settingsメニュー内から「Change Limit」をクリックして設定してください。 ※上限値を超えた時に学習・評価が停止するため、ネットワークの大きさなどにより超え幅は多少異なります。 月額利用料金の上限値を10万円以上に設定したい Service Settingsメニュー内から1万円から10万円の間で任意の値に変更できます。 10万円以上の金額に設定したい場合は問い合わせフォームより、「お問い合わせ目的」を「Neural Network Console Cloudの月額課金額上限値の変更」に指定しご申告ください。ご申告の金額にて月額利用料金を毎月予約します。申告金額に問題がない場合、その金額内でのご利用が可能です。なお、利用料金は実際に使用した分になります。 利用料金が前の月の請求に含まれます Neural Network Console クラウド版のタイムゾーンはUTCになっています。日本時間(JST)はUTCより9時間進んでいます。そのため、例えば、日本時間の2月1日1:00AMに実行した学習は、UTCでは1月31日の4:00PMに実行しているため1月分として課金されます。 追加ワークスペースでも同様にUTCで課金されるためご注意ください。 追加ワークスペースの課金体系を教えてください 追加ワークスペースは当該月の最大容量で課金額が決まります。月単位の課金で日割りや時間割りはありません。例えば、月の途中で10GBの追加を行うと、その月に10GB分の月額料金が課金されます。逆に、月の途中に10GBを減少させてもその月は10GBの追加分が課金され、次月から減少させた料金になります。 なお、Neural Network Console クラウド版はUTCのタイムゾーンになっているので月の切り替わりタイミングにはご注意ください(日本時間はUTCより9時間進んでいるため、UTCでは日本時間の毎月1日9:00AMに月が切り替わります)。 追加ワークスペースの料金はこちらをご覧ください。

Read More

FAQ – Other FAQs

Friday, November 03, 2017

Uncategorized

Posted by Yoshiyuki Kobayashi

The display driver stops responding, and the GUI display becomes crooked. It has been found that when an old display driver is in use, the display driver stops responding. Update the display driver to the latest version. Loading of trained parameters cannot be performed correctly. When Neural Network Console or the project file is placed under a long path name, when a parameter file or C code is being generated, the 258 character limit for the path length may be…

Read More

FAQ – During Evaluation Execution

Friday, November 03, 2017

Uncategorized

Posted by Yoshiyuki Kobayashi

Can test data other than training data or validation data be specified? You can specify separately the evaluation data for training and the test data to use when you click the Run Evaluation button by adding a new dataset from the DATASET tab, loading test data, and specifying the test dataset added to the dataset under Executor (settings for when the Run Evaluation button is clicked) on the CONFIG tab. When evaluation is executed, it appears that evaluation calculation is…

Read More

FAQ – During Training Execution

Friday, November 03, 2017

Uncategorized

Posted by Yoshiyuki Kobayashi

“Creating cache data…” takes an extremely long amount of time. Cache data is being created based on the dataset input in CSV format in order to perform high-speed training. If there are a lot of training data samples and the disk access speed is slow, creating this cache data may take a long time. If you are using a slow-speed storage, such as a network drive or archive hard disk, to store datasets, consider using NVMe SSD or similar. The…

Read More

FAQ – Datasets

Friday, November 03, 2017

Uncategorized

Posted by Yoshiyuki Kobayashi

Can image data with 16-bit brightness resolution be used? Currently, only 16-bit images in png format are supported. As internal computation of core library is performed in 32-bit floating point, using 16-bit png images for training and validation data allows training and evaluation in 16-bit resolution. Even when training is performed using 16-bit images, the evaluation images shown on the EVALUATION tab are 8 bit. Can images or data with different sizes be used? Data with the same variable name…

Read More

FAQ – Setup

Friday, November 03, 2017

Uncategorized

Posted by Yoshiyuki Kobayashi

Not all the files can be unzipped correctly. Check that the size of the original zip file is correct (about 1 GB).Some unzip applications cannot handle large zip files containing a large number of files. If problems occur, try a different unzip application. “Access denied” is displayed, and the program will not start. The folder in which Neural Network Console was unzipped may not be writable from Neural Network Console. This occurs such as when the unzipped Neural Network Console…

Read More