Beryl402
Results
2
issues of
Beryl402
比如我想要小时数据的未来24,48,72个的预测值,请问怎么实现呢?
您好,关于'--prompt_domain'参数的配置我有如下疑问: 在参数的默认配置中有:parser.add_argument('--prompt_domain', type=int, default=0) 在主模型类中对prompt_domain的调用是: if configs.prompt_domain: self.description = configs.content else: self.description = 'The Electricity Transformer Temperature (ETT) is a crucial indicator in the electric power long-term deployment.' 所以默认情况下是使用'The Electricity...