Parcourir la source

update apptype=4 up_threshold_update gradient c&d: 0.05 -> 0.1

liqian il y a 2 ans
Parent
commit
fc81659d81
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -836,8 +836,8 @@ class BaseConfig(object):
             'up_threshold_update': {
             'up_threshold_update': {
                 'a': {'gradient': 0.05, 'update_range': 1 / 24},
                 'a': {'gradient': 0.05, 'update_range': 1 / 24},
                 'b': {'gradient': 0.05, 'update_range': 1 / 24},
                 'b': {'gradient': 0.05, 'update_range': 1 / 24},
-                'c': {'gradient': 0.05, 'update_range': 1 / 192},
-                'd': {'gradient': 0.05, 'update_range': 1 / 192},
+                'c': {'gradient': 0.1, 'update_range': 1 / 192},
+                'd': {'gradient': 0.1, 'update_range': 1 / 192},
             },
             },
             'down_threshold_update': {
             'down_threshold_update': {
                 'a': {'gradient': 0.1, 'update_range': 1 / 12},
                 'a': {'gradient': 0.1, 'update_range': 1 / 12},