摘要:
1 import argparse 2 3 import tensorflow as tf 4 tf.enable_eager_execution() 5 6 7 def main(args): 8 """Download the Microsoft COCO 2014 data set.""" 9 # Annotation zip 10 tf.keras.utils.get_file(fname 阅读全文
摘要:
1 import argparse 2 3 import tensorflow as tf 4 tf.enable_eager_execution() 5 6 7 def main(args): 8 """Download the Microsoft COCO 2014 data set.""" 9 # Annotation zip 10 tf.keras.utils.get_file(fname 阅读全文
|