hal3 / macarico

learning to search in pytorch
MIT License
111 stars 12 forks source link

Support dropout #19

Open timvieira opened 7 years ago

timvieira commented 7 years ago

Figure out how to get dropout to work. There's a difference between train and test in how dropout works. (We already need a train/test time flag for reinforce to go from stochastic to greedy... also to disable reference interpolation for SEARN).