Changes:增加了自动生成修改数据变csv的格式

This commit is contained in:
2022-05-17 16:50:49 +08:00
parent 48d5786b53
commit dbd5240a1a
7 changed files with 45 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
from algorithm import algorithm
import json
import ray
@ray.remote
class step(algorithm):
def __init__(self):
self.config_dict_ = None