You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to run the cpc training but it fails in these lines:
captureRes = None
if captureOptions != None:
for o in captureOptions:
assert o in ('pred',)
captureRes = {}
if 'pred' in captureOptions:
assert False # not supported yet, predictions here are in some very weird format it seems
captureRes['pred'] = None
in the criterion.py file. I am using the configuration given in the readme. Is it a known issue or I am doing something wrong? Thank you.
The text was updated successfully, but these errors were encountered:
Hi
I am trying to run the cpc training but it fails in these lines:
captureRes = None
if captureOptions != None:
for o in captureOptions:
assert o in ('pred',)
captureRes = {}
if 'pred' in captureOptions:
assert False # not supported yet, predictions here are in some very weird format it seems
captureRes['pred'] = None
in the criterion.py file. I am using the configuration given in the readme. Is it a known issue or I am doing something wrong? Thank you.
The text was updated successfully, but these errors were encountered: