rmn icon indicating copy to clipboard operation
rmn copied to clipboard

relationship modeling networks (NAACL 2016)

Results 3 rmn issues
Sort by recently updated
recently updated
newest added

My computer support GPU CUDA, but your code only uses CPU. can I select which device to train?

I am currently using python version 2.7 Traceback (most recent call last): File "train_rmn.py", line 196, in bname = bmap[book]

File "/home/luser/.local/lib/python2.7/site-packages/matplotlib/backend_bases.py", line 171, in new_figure_manager return cls.new_figure_manager_given_figure(num, fig) File "/home/user/.local/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.py", line 1049, in new_figure_manager_given_figure window = Tk.Tk(className="matplotlib") File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1818, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive,...