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

Marabou does not seem to respect timeout sometimes #874

Open
tflinkow opened this issue Jan 23, 2025 · 1 comment
Open

Marabou does not seem to respect timeout sometimes #874

tflinkow opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working upstream

Comments

@tflinkow
Copy link

tflinkow commented Jan 23, 2025

(I'm aware this is probably more of a problem with Marabou than it is a Vehicle one; however, since I'm using Vehicle as the interface to Marabou, I don't know what's going on behind the scenes in terms of Marabou queries generated and how Marabou is invoked etc.)


Running

vehicle --no-warnings verify -s property.vcl \
                             -n classifier:network.onnx \
                             -p epsilon:0.2 \
                             -p delta:15.0 \
                             -d trainingImages:images.idx \
                             -d trainingLabels:labels.idx \
                             -v Marabou \
                             -a "--timeout=10"

will not timeout after 10 seconds --- in fact, it doesn't seem to ever really timeout (even after waiting for 10 minutes).

mwe.zip

@MatthewDaggitt MatthewDaggitt added bug Something isn't working upstream labels Jan 24, 2025
@MatthewDaggitt
Copy link
Collaborator

MatthewDaggitt commented Jan 24, 2025

Yup, I've also found that. It's definitely an issue on the Marabou side.

I've opened an issue on the Marabou repo: NeuralNetworkVerification/Marabou#859

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

2 participants