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

test failure #27

Open
hros opened this issue Aug 13, 2019 · 2 comments
Open

test failure #27

hros opened this issue Aug 13, 2019 · 2 comments

Comments

@hros
Copy link

hros commented Aug 13, 2019

running self tests ]test ONNX, results in a single error:
LoadError: LoadError: UndefVarError: CrossCor not defined
The error has been reproduced on several computers with different O/S all running Julia version 1.1.1

@amckay1
Copy link

amckay1 commented Aug 18, 2019

Had similar issue, "CrossCor not defined" error when loading https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/duc on OSX and Julia 1.1.1.

Checking out Flux's master branch ]add Flux#master fixed it for me, guessing will be resolved when master is merged into Flux's next stable release?

@ayush-1506
Copy link
Member

Yes, looks like we'd need to wait for a new tagged version of Flux for this to go away(CrossCor was added just recently)

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

3 participants