John Bauer

Results 1062 comments of John Bauer

@wajdalahmad that seems completely unrelated. Would you open a new issue on the appropriate repo?

PS you'll also need to zip up the options file with the rest, I believe... but I'm not 100% sure of that. If it isn't obvious which file I'm talking...

That's a little surprising to me because all of the print statements are in python2 style. Did you edit those yourself first?

Also, were there any pickle files that could be sent along? For example, the conversion script I'm trying to use is looking for ./data/features/mention_data/vocabulary.pkl

Thank you! Are the code changes something you could send as a pull request? That sounds quite useful. I have gotten as far as updating the print statements and the...

Converting a model is a two step process which I haven't gotten to work yet because of some apparent changes from python2 to python3. First you dump the matrices using...

Ah, maybe that's the problem with the pickle. I figured out that I needed to install an older theano, but my h5py is not several years out of date. Maybe...

I can't quite get that far - it seems I may need to ask you for .npy files from your data directory as well. I believe those were created during...

I'm not getting an error when I run the conversion, but I do get an error further downstream when I try to run it in corenlp. I'll try to figure...