YangCaiyin
YangCaiyin
I got the same question on win11. Could I ask where I can find the fixed release?
> @ycycse the fix hasn’t been released yet. This issue will be closed when the fix is released. I get it. Thank you.
Hi, for each time period, a corresponding TTimePartitionSlot object is generated. When too many objects occupy memory, there will be an issue of insufficient JVM memory. I can add a...
这个报错是模型保存方式不对,可以参考下面的保存方式 ```python sample_input = ( _pack_input_dict( torch.randn(1, model_config[OptionsKey.INPUT_LENGTH.name()], model_config[OptionsKey.INPUT_VARS.name()]) ) ) torch.jit.save(torch.jit.trace(model, sample_input), model_file_path, _extra_files={'model_config': json.dumps(model_config)}) ```