lijing0224
Results
1
comments of
lijing0224
> 我的protobuf没有版本错误,我的版本是3.14.0 > tf版本好像用1.1.1可以不报错,但是我用的2.3,只需要把报错的属性值改为2.x版本的写法就可以了。 你好,我想问tf.contrib.map_and_batch这个方法怎么改成2.x版本的,在similarity.py中579行 d = d.apply( tf.contrib.map_and_batch( lambda record: _decode_record(record, name_to_features), batch_size=batch_size, drop_remainder=drop_remainder))