Skip to content

Commit 45ac1e4

Browse files
committed
refactoring and cosmetics:
- renamed rate→rate2, rate_once→rate, various variables - separate functions for - splitting training/validation data and calculating epoch size - reconfiguring the model when mapping has changed - text generation (also moved from scripts.run) - best path decoding (also moved from wrapper.rate) - history clustering - changed ordering of functions - raise pylint happiness - fix random degradation for underspecification
1 parent 39517e1 commit 45ac1e4

File tree

4 files changed

+467
-367
lines changed

4 files changed

+467
-367
lines changed

.pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ disable =
88
too-many-locals,
99
too-few-public-methods,
1010
too-many-branches,
11+
too-many-lines,
1112
too-many-statements,
1213
too-many-nested-blocks,
1314
too-many-instance-attributes,
@@ -21,4 +22,4 @@ disable =
2122
no-space-check=empty-line
2223

2324
# allow non-snake-case identifiers:
24-
good-names=x,y,n,i,j
25+
good-names=x,y,z,zs,c,n,h,i,j

0 commit comments

Comments
 (0)