Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
🍌
Browse files Browse the repository at this point in the history
  • Loading branch information
lukovnikov committed Apr 29, 2016
1 parent 7e5eeb9 commit 30f3255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teafacto/scripts/fbmfqalearnplex.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run(
print np.vectorize(lambda x: reventdic[x] if x in reventdic else None)(np.argmax(pred, axis=2) - 1)
tt.tock("predicted sample")

m.fixO(lr=0.05)
#m.fixO(lr=0.05)

# embed()
outdata = shiftdata(golddata)
Expand Down

0 comments on commit 30f3255

Please sign in to comment.