Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPC #4

Open
hadas opened this issue Oct 16, 2023 · 0 comments
Open

CPC #4

hadas opened this issue Oct 16, 2023 · 0 comments

Comments

@hadas
Copy link

hadas commented Oct 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant