How do i dynamically update pipeline config for data augmentation options in tensorflow api

后端 未结 0 392
死守一世寂寞
死守一世寂寞 2021-01-12 14:51
hparams = tf.contrib.training.HParams(
    batch_size=int(FLAGS.batch_size),
    random_horizontal_flip = {"keypoint_flip_permutation" : 1},
    )
  cfg =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题