diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 20:02:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 20:02:19 +0200 |
| commit | 7de430fe12bc6ebdab054884dddda20463431181 (patch) | |
| tree | 50a63f7af38788bde1e334a02d347fa75ff111ea /train.py | |
| parent | 88eecd62b75cc032752aa10121d376cc7bca418b (diff) | |
generator function..
Diffstat (limited to 'train.py')
| -rw-r--r-- | train.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ default_params = { 'loss_smoothing': 0.99, 'cuda': True, 'comet_key': None - 'primer': 'zero', + 'primer': '', } tag_params = [ |
