Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurring problem #8

Closed
MichaelSu-821 opened this issue Oct 5, 2021 · 2 comments
Closed

Recurring problem #8

MichaelSu-821 opened this issue Oct 5, 2021 · 2 comments

Comments

@MichaelSu-821
Copy link

Hi,First of all, thank you very much for sharing the code, I am trying your code, the environment is configured according to your requirements(PyG=1.5.0,pytorch=1.5.1), using msl data to try to run normally, but when I use wadi data set for training, after each epoch Loss The values of ACU_loss and ACU_loss are both Nan(At least the first 15 epochs are all this result), which seems to be unusual (wadi has been modified to ensure that it is consistent with the msl format,for example, 0 means normal, 1 means attack. contains 127 sequences, and the code has not been changed). I would like to ask if you need to perform the data set Some preprocessing?
Best Regards

@MichaelSu-821
Copy link
Author

if loss is Nan, the model cannot be saved, so this error will be reported
train error

@d-ailin
Copy link
Owner

d-ailin commented Oct 6, 2021

Hi, we use min-max normalization. Could you try this to see whether it could solve the issue? (I guess it might be a reason). For the other preprocessing, you could refer to our paper.
Thanks.

@d-ailin d-ailin closed this as completed Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants