HRL-RE icon indicating copy to clipboard operation
HRL-RE copied to clipboard

Joint Relation Extraction with Hierarchical Reinforcement Learning

Results 6 HRL-RE issues
Sort by recently updated
recently updated
newest added

Process Process-2: Traceback (most recent call last): File "/home/guoweihu/anaconda3/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/home/guoweihu/anaconda3/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "/home/guoweihu/gwh/untitled/HRL-RE-master/HRL-RE-master/code/TrainProcess.py", line 64, in worker acc, cnt,...

Running: - Pytorch 0.3.1 - Python 3.5.2 The RL training doesn't work for me for the NYT10 dataset (havent checked other yet). I first ran pretraining for 10 epochs with:...

Traceback (most recent call last): File "/Users/dubhe/anaconda2/envs/hrl-re/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() File "/Users/dubhe/anaconda2/envs/hrl-re/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "/Users/dubhe/Project/HRL-RE-master/code/TrainProcess.py", line 55, in worker acc, cnt, tot, loss...

Is there a preprocess scripts that can convert the origin NYT data to your data format ? As i am doing an compare research, however none of your paper use...