BasicTS icon indicating copy to clipboard operation
BasicTS copied to clipboard

[🐞] Request for updating the pred_visualization.ipynb

Open d41sys opened this issue 2 months ago • 0 comments

Is there an existing issue / discussion for this? | 是否已有关于该错误的issue或讨论?

  • [x] I have searched the existing issues / discussions | 我已经搜索过已有的issues和讨论

Is there an existing answer for this in tutorial? | 该问题是否在教程中有解答?

  • [x] I have searched tutorial | 我已经搜索过tutorial

Current Behavior | 当前行为

test_results_path = "checkpoints/DSFormer/EVN_100_336_336/cc86b78c8e4ad2eb8a0db12c11516859/test_results.npz"

# load test_results.npz
test_results = np.load(test_results_path)
print(test_results.files)

Expected Behavior | 期望行为

It should be used np.load for each file, but I got the error "UnpicklingError: Failed to interpret file 'checkpoints/DSFormer/EVN_100_336_336/cc86b78c8e4ad2eb8a0db12c11516859/test_results/inputs.npy' as a pickle"

Environment | 运行环境

- OS: Ubuntu 20
- DEVICE: NVIDIA GeForce RTX 4090
- NVIDIA Driver:
- CUDA:
- NVIDIA GPU Memory:
- PyTorch:

BasicTS logs | BasicTS日志

No response

Steps To Reproduce | 复现方法

No response

Anything else? | 备注

No response

d41sys avatar Oct 01 '25 22:10 d41sys