空港防疫算法交互
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
326B

  1. # -*- coding: utf-8 -*-
  2. from service import Dispatcher
  3. # import torch
  4. '''
  5. fk主程序入口
  6. '''
  7. if __name__ == '__main__':
  8. print("(♥◠‿◠)ノ゙ FK【算法调度服务】开始启动 ლ(´ڡ`ლ)゙")
  9. # torch.multiprocessing.set_start_method('spawn')
  10. Dispatcher.DispatcherService().start_service()