#概要
plunkerでtensorflow.jsやってみた。
gpuを回避してみた。
#現状を取得
alert('Backend: ' + tf.getBackend());
#gpuを回避
tf.setBackend('cpu');
以上。
Go to list of users who liked
More than 5 years have passed since last update.
#概要
plunkerでtensorflow.jsやってみた。
gpuを回避してみた。
#現状を取得
alert('Backend: ' + tf.getBackend());
#gpuを回避
tf.setBackend('cpu');
以上。
Register as a new user and use Qiita more conveniently
Go to list of users who liked