from torch_test.logistic_regression import * def main(): test() # 程序入口 if __name__ == '__main__': main()