event-tensors icon indicating copy to clipboard operation
event-tensors copied to clipboard

Code and Datasets for the AAAI 2018 paper "Event Representations with Tensor-based compositions"

Results 3 event-tensors issues
Sort by recently updated
recently updated
newest added

ub16hp@UB16HP:~/ub16_prj/event-tensors$ python3.5 train_event_prediction.py (128, 10) (128, 10) (128, 10) (128, 10) (128, 10) (128, 10) 2018-12-02 16:14:25.420912: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled...

Hi, I tried to run the Ollie [example ](https://github.com/knowitall/ollie/blob/master/example/src/main/scala/ollie/Example.scala) here but I am getting error running that using following command: ``` mvn clean compile exec:java "-Dexec.mainClass=ollie.Example" ``` Would you please...