you should add if __name__='__main__': tf2caffe(checkpoint_path,cf_prototxt,cf_model)
you should add if name='main':
tf2caffe(checkpoint_path,cf_prototxt,cf_model)