943fansi

Results 12 issues of 943fansi

Building wheel for tensorflow-gnn (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\dell\Miniconda3\envs\tfgnn\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\dell\\AppData\\Local\\Temp\\pip-req-build-dipdqlp_\\setup.py'"'"'; __file__='"'"'C:\\Users\\dell\\AppData\\Local\\Temp\\pip-req-build-dipdqlp_\\setup.py'"'"';f =...

File `mooring.mat ` is not found

I am using nbeatsx_example.ipynb, and add some codes as follow: result jpg https://github.com/943fansi/GuideOfP/blob/main/1.jpg ```y_true, y_hat, block, *_ = model.predict(ts_loader=val_loader, return_decomposition=True) print(y_true.shape, y_hat.shape, block.shape) plt.plot(range(168, 336), y_true.flatten(), label='Price') plt.plot(range(168, 336), y_hat.flatten(),...

could you provide a copy of it? I have some original txt files,like train_FD001.txt, test_FD001.txt, RUL_FD001.txt .How can I convert them into this "pt" file?

Hello and thank you for a great repo! I was wondering if it would make sense to add the Gromov-Wasserstein Autoencoders. code: https://github.com/ganmodokix/gwae

new model

I noticed two repositories summed up with method models. There are some papers and codes for time series. You might be able to add some new articles from here.[Awesome-Diffusion-Models](https://github.com/heejkoo/Awesome-Diffusion-Models) and...

If you also find this useful, can you add this feature? Also, I noticed that you added resources for anomaly detection. Here, I want to share a repository [DeepOD](https://github.com/xuhongzuo/DeepOD) under...

The command is as follows: ``` cmake -G "MinGW Makefiles" .. mingw32-make tts_test ../test.txt ../models/single_speaker_small.bin out.wav ```