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

2 patches, cuda option to remove asyncrhonous ops, cleanup of network_gui.listener #416

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

xvdp
Copy link

@xvdp xvdp commented Oct 31, 2023

1/ CUDA
In my system running cudatoolkit 11.8 over NVIDIA-SMI 525.116.04 Driver Version: 525.116.04 CUDA Version: 12.0
I found some errors during training fixable by blocking CUDA asynchronous operations - a bit slower but more robust.
2/ network_gui on interrupted processes listener blocks resources, added linstener.close() and conn.close() on the try except training loop.

Both these could be fixed better.
The first would entail debugging why CUDA is barfing on async ops, I dunno.
The second is easier, network_gui could be a class with enter exit that always frees resources.

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

Successfully merging this pull request may close these issues.

None yet

1 participant