Problem regarding Ecole with PyTorch #322
Unanswered
CenturionMKIII
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to extract features with the Khalil extraction to train my PyTorch model, but then I found out that the extraction was not deterministic even by fixing the seeds(env.seed and ecole.seed). I checked my code and noticed that if I remove the line
model.to(device)
the extraction became non-deterministic. Does anyone ever have the same problem before? Am I doing anything wrong?
Thanks in advance.
My code is something like this:
Beta Was this translation helpful? Give feedback.
All reactions