Closed Blair-Johnson closed 2 years ago
Hi,
How many IPUs are available on your system?
It might be that you don't have enough IPUs available on the system to have both the training and validation graphs loaded at the same time and therefore you might need to detach the training graph before running the validation one by doing training_model.detachFromDevice()
You're correct; we only have a single IPU. This fixed it, thank you!
Hello, I have installed the poplar SDK v2.4.0 and the accompanying poptorch wheel. I'm using an IPU-M2000, and the mnist.py example in this repository fails for me during the testing phase yielding the following output:
I was surprised that the IPU was accessible during training, but unavailable during testing. Any ideas would be greatly appreciated!