CUNY-CL / udtube

Neural morphological analyzer
Apache License 2.0
3 stars 3 forks source link

Pass subprocess return status to W&B using subprocess.Popen #66

Closed jondoglover closed 2 days ago

jondoglover commented 6 days ago
jondoglover commented 5 days ago

Thanks for all the suggestions! I’ve implemented most of the changes, though I kept the while loop since subprocess.Popen is non-blocking. Otherwise, I simplified it significantly for better clarity and efficiency. Please let me know if there’s anything else that should be adjusted.