XuXuanhui
XuXuanhui
> self.concat_conv_output = tf.concat(axis=1, values=[self.conv_output, self.zero_paddings]) instead with self.concat_conv_output = tf.concat(1, [self.conv_output, self.zero_paddings])
> Obviously Obviously you need then model wget http://www.cs.cmu.edu/~yuntiand/model.tgz tar zxf model.tgz
em. you need the model (wget http://www.cs.cmu.edu/~yuntiand/model.tgz ;tar zxf model.tgz)but it still have another problem . so I suggest you to train buy youserlf.
> I want to test and v this model, but when run src/launcher.py, met error: > > 2017-06-13 14:02:31,749 root INFO loading data > 2017-06-13 14:02:31,750 root INFO phase: test...