Azure/counterfit

interact creditfraud issue - segmentation fault.

Hobstarr opened this issue · 4 comments

Trying to use some of the demos on counterfit, but running into a problem when trying:


interact creditfraud.
zsh: segmentation fault python counterfit.py

interact works for digits_blackbox, digits_keras, movie_reviews and satellite. Just specifically a problem with creditfraud.

Interesting. Have a stacktrace or anything I can look at?

Interesting. Have a stacktrace or anything I can look at?

I'm not exactly sure how to do that. Happy to do it if you can explain how. :)

Interesting. Have a stacktrace or anything I can look at?

Hi sorry, I did reply to this but not directly. I'd be happy to do this if you explain how.

Right, of course, just says "segmentation fault". So the only thing interact does is call the target.load() function. Can you load the model manually in a simple Python interpreter? The data too?