You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently switched to the newest version of Tev. I built it from source and installed on my Windows 10 machine. Previously, I was using TevIpc class to send image tensor data from pytorch to Tev, and it worked perfectly. After installing the latest version, the Tev crashes (simply closes) when sending the data over the network to it, even within the same local machine. I tried the ipc-example.py with hostname "localhost" and port 14158 (that my Tev is listening to), and it crashes as well, on the line with
I don't know how to investigate and fix this issue. Please help fixing it.
Accepting image data over TCP is one of the most important features of Tev for me.
EDIT: I've just tried the latest released 2.0 version of Tev (released 3 days ago). The issue persists.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I was able to reproduce the issue; sorry for the regression.
I just pushed the fix to master -- could you try and see if it solves the problem on your end and let me know? Once confirmed, I'll also make a hotfix release.
Uh oh!
There was an error while loading. Please reload this page.
I've recently switched to the newest version of Tev. I built it from source and installed on my Windows 10 machine. Previously, I was using TevIpc class to send image tensor data from pytorch to Tev, and it worked perfectly. After installing the latest version, the Tev crashes (simply closes) when sending the data over the network to it, even within the same local machine. I tried the ipc-example.py with hostname "localhost" and port 14158 (that my Tev is listening to), and it crashes as well, on the line with
I don't know how to investigate and fix this issue. Please help fixing it.
Accepting image data over TCP is one of the most important features of Tev for me.
EDIT: I've just tried the latest released 2.0 version of Tev (released 3 days ago). The issue persists.
The text was updated successfully, but these errors were encountered: