aikunyi / FourierGNN

Official implementation of the paper "FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective"
MIT License
139 stars 14 forks source link

测试文件 #13

Open zhangweish opened 4 months ago

zhangweish commented 4 months ago

请问哪个是测试文件

Solaaaaa commented 1 week ago

你问的可能是测试函数,在源文件main.py中没有执行test()函数,你可以在最后加上一句test()来执行test函数。 屏幕截图 2024-07-19 174216 另外,main.py中的test()函数中的这条语句: model = load_model(result_test_file, 48) 可能要修改为: model = load_model(result_test_file, epoch) 希望能够帮到你!