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

Correct code errors in fw_chunks(self) #9

Open
Irelandr opened this issue Mar 20, 2024 · 8 comments
Open

Correct code errors in fw_chunks(self) #9

Irelandr opened this issue Mar 20, 2024 · 8 comments

Comments

@Irelandr
Copy link

idx = idx.unsqueeze(1).float()
old_w = ww @ idx

v = v.unsqueeze(1).float()
old_w = ww @ v

@Irelandr
Copy link
Author

may be you need v.detach()

@LiuYasuo
Copy link

I have found the same problem in this code. Moreover, did you notice the memory leak issue when running this code.

@Irelandr
Copy link
Author

No,I ran fsnet on ETTh and there were no problems.

@LiuYasuo
Copy link

If you have the time, I hope you could run the original code of FSnet again. And you can use the "top" command to check the memory usage of this process while it is running. Then you will find that the memory occupied by this process continues to increase.

@Irelandr
Copy link
Author

It seems that I didn't encounter the problem you said.

@LiuYasuo
Copy link

Could you give me your way of contact such as Wechat,? I hope we could discuss this problem in more detail. Thanks!

@Irelandr
Copy link
Author

it's irelandr

@ooooooover
Copy link

Could you give me your way of contact such as Wechat,? I hope we could discuss this problem in more detail. Thanks!

Can we add a wechat to chat in detail, I have some doubts too.Wechat can be sent to my email: zhangweiyang12138@gmail.com

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

3 participants