Closed hswhan closed 3 weeks ago
We appreciate your interest in our work. The common answer to questions 1 and 2 is, It seems to be a parameter configuration issue, especially window size. In this work, nest_length is a very important parameter according to our theory (Appendix B). As shown in Table 1, you have to follow $w^{inner}$ size for each dataset. In principle, the best performances come from our suggested window size, but in the case you(if you can not run our provided parameter size) we recommend reducing the size of nested windows to match the collecting frequency of each dataset. We recommend setting the outer window size to twice that size according to Figure 7. Try using nested window sizes of 0.2, 0,4, 0.5 times 360, etc.
nest_length: (72, 144, 180, etc.) and according to these nested window lengths, outer window lengths should be: (144, 288, 360, etc.)
Hello,
I am currently trying to replicate the experiments described in the paper using the provided scripts from the DualTF-main repository. The paper specifies that the experiments were conducted on an NVIDIA GeForce RTX 3090 24GB with CUDA Version 11. I am running the experiments on an NVIDIA RTX A6000 with 48GB of memory, using the script located at DualTF-main/shell script/PSM.sh. However, I encountered a GPU memory overflow issue. Here is the error message I received:
From my review of other issues and the provided code, it appears that two parameters in main_freq.py are critical for GPU memory usage:
I attempted to remove these parameters to revert to the default settings, but the results I obtained significantly deviated from the results reported in the paper. Here is the output I received:
The experimental results in Tables 2 and 3 of the paper have values of 0.723, 0.7735 and 0.6304 for F1, AUC_ROC and AUC_PR on the PSM dataset. I have a couple of questions: 1.I am experiencing memory overflow using the provided scripts on a larger memory GPU. Was the device used for the paper's experiments not the one described in Table 5, or is this an issue with the parameter configuration? 2.How should I choose the parameters seq_length and nest_length to reproduce results close to those presented in the paper?
Any guidance on these issues would be greatly appreciated. Thank you for your time and assistance.
Best regards