Contents

20250805 meeting

Introduction

The following uses the TSMixerModel of the dart module to fill in the next 10 days.

Experiment

gallery_made_with_nanogallery_exp2
MethodValue
MSPE4.502955
RMSPE5.508323
MAPE4.502955
MSPE%0.015959
RMSPE%0.328823
MAPE%0.015959

Conclusion

The result of this experiment are all integers, we need to fix it!

Execution result reference
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
>>> inference
array([[[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]],

       [[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]],

       [[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]],

       ...,

       [[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]],

       [[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]],

       [[276, 271, 269, ..., 288, 287, 288],
        [276, 271, 269, ..., 288, 287, 288],
        [276, 272, 269, ..., 288, 288, 288],
        ...,
        [275, 271, 268, ..., 288, 288, 288],
        [275, 270, 268, ..., 287, 287, 287],
        [275, 270, 268, ..., 287, 287, 287]]], shape=(24, 10, 1850))


Inference complete! Time taken: 4:59:24.693854

Epilogue

https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/1140805%20meeting/To%20be%20continued.jpg
To be continued!

Environment

  • Local Operating System: Windows 11 24H2
    • Programming Language: Python 3.12.9
  • Computing Platform: National Center for High-Performance Computing (NCHC) – Taiwan AI Cloud
    • Operating System: Ubuntu
    • Miniconda
    • GPU: NVIDIA Tesla V100 32GB GPU
    • CUDA 12.8 driver
    • Programming Language: Python 3.10.16 for Linux

Further Learning

References