PRPN-Analysis
PRPN-Analysis copied to clipboard
This repo contains the analysis results reported in the paper "Grammar Induction with Neural Language Models: An Unusual Replication"
Results
1
PRPN-Analysis issues
Sort by
recently updated
recently updated
newest added
Hello. I use python2.7 and PyTorch 0.3.1/0.3.0, when I run the following code: ``` sens = 'i like orange apples .' words = sens.strip().split() x = numpy.array([corpus.dictionary[w] for w in...