Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
colincsl committed May 26, 2016
1 parent 53199ba commit aa6cb4a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions LCTM/ssvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,3 @@ def latent_loss_augmented_unaries(score, Yi, n_latent):
score[start:stop,t] -= 1

return score


# From prediction function
# # This is used when finding the best set of hidden states
# if best_hidden
# y_base = Yi-(Yi-1)%n_hidden
# for t=1:n_timesteps
# score[y_base[t]:y_base[t]+n_hidden-1, t] += 1e4
# end
# end

0 comments on commit aa6cb4a

Please sign in to comment.