Errors in Google Colab

Hi,

Has anyone run the benchmark code thro’ google colab? When I run the training block I get the following error (end of text) logged to the training.txt file. I’ve adjusted the file paths accordingly and I’m sure paths aren’t the problem as other imports are fine.

I’m guessing this is something to do with the cython file but have researched to no avail.
If anyone has encountered this issue did you solve it? If so I’d appreciate any pointers. Thanks.

Error logged:

  from utilities.invert_flow import invert_flow

ModuleNotFoundError: No module named 'utilities.invert_flow'