Here and on the master branch whenever I pull I run into the same issue:
File "/home/fbaturst/Desktop/spinn-listops-release1/python/spinn/util/data.py", line 51, in TrimDataset
assert allow_cropping or diff == 0, "allow_eval_cropping is false but there are over-length eval examples."
AssertionError: allow_eval_cropping is false but there are over-length eval examples.
I wouldn't like to change the existing code too much so I would be very grateful I someone could give some background on this issue. I haven't modified anything in the original code so far.
Best,
Filip
Here and on the master branch whenever I pull I run into the same issue:
File "/home/fbaturst/Desktop/spinn-listops-release1/python/spinn/util/data.py", line 51, in TrimDataset
assert allow_cropping or diff == 0, "allow_eval_cropping is false but there are over-length eval examples."
AssertionError: allow_eval_cropping is false but there are over-length eval examples.
I wouldn't like to change the existing code too much so I would be very grateful I someone could give some background on this issue. I haven't modified anything in the original code so far.
Best,
Filip