Created by: mycamphortree
with open('params_pass_%d.tar'%event.pass_id,'w') as f: parameters.to_tar(f) 把参数写进了文件,那么有了一个参数文件,怎样读参数给parameters呢?