Results 1 comments of Cary

I modify the default value of argument `word_dim` in tbcnn/config.py from 100->400, then it can run. ```python # parser.add_argument('--word_dim', help='dimension of node feature', type=int, default=100) parser.add_argument('--word_dim', help='dimension of node feature',...