iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 20
0
DevOps

30 Days of MLOps系列 第 20

experimental 函式

  • 分享至 

  • xImage
  •  

這個 API 還在實驗階段,只有 tf-nightly 版本才支援。

VariablePolicy

政策

exported = tf.train.Checkpoint()

with tf.device('/GPU:0'):
  exported.x_gpu = tf.Variable(1.0)

with tf.device('/CPU:0'):
  exported.x_cpu = tf.Variable(1.0)

tf.saved_model.save(exported, export_dir,
    options = tf.saved_model.SaveOptions(
        experimental_variable_policy=
          tf.saved_model.experimental.VariablePolicy.SAVE_VARIABLE_DEVICES))

類別變數

  • EXPAND_DISTRIBUTED_VARIABLES
  • NONE
  • SAVE_VARIABLE_DEVICES

上一篇
A/B Testing
下一篇
Cloud ML Platform
系列文
30 Days of MLOps23
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言