摘要: 使用示例:python3 test.py -m 14,可以添加参数-p -oh,-p表示参数命名,-oh表示使用onehot编码。 import argparse import math def main(args): bit = math.ceil(math.log2(args.max)) if 阅读全文
posted @ 2025-02-19 09:51 心比天高xzh 阅读(19) 评论(0) 推荐(0)