import awalipy as vr
[Warning] The python module awalipy relies on compilation executed "on-the-fly" depending on the context (type of weights, of labels, etc.). As a result, the very first call to a given function in a given context may take up to 10 seconds.
a1 = vr.load("a1")
a1.display()
a1.is_deterministic()
False
vr.is_deterministic(a1)
a1.determinize().display()