summaryrefslogtreecommitdiffstats
path: root/train_ti.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_ti.py')
-rw-r--r--train_ti.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/train_ti.py b/train_ti.py
index c6f0b3a..da0c03e 100644
--- a/train_ti.py
+++ b/train_ti.py
@@ -230,12 +230,6 @@ def parse_args():
230 help="Vector shuffling algorithm.", 230 help="Vector shuffling algorithm.",
231 ) 231 )
232 parser.add_argument( 232 parser.add_argument(
233 "--offset_noise_strength",
234 type=float,
235 default=0,
236 help="Offset noise strength.",
237 )
238 parser.add_argument(
239 "--input_pertubation", 233 "--input_pertubation",
240 type=float, 234 type=float,
241 default=0, 235 default=0,
@@ -876,7 +870,6 @@ def main():
876 checkpoint_frequency=args.checkpoint_frequency, 870 checkpoint_frequency=args.checkpoint_frequency,
877 milestone_checkpoints=not args.no_milestone_checkpoints, 871 milestone_checkpoints=not args.no_milestone_checkpoints,
878 global_step_offset=global_step_offset, 872 global_step_offset=global_step_offset,
879 offset_noise_strength=args.offset_noise_strength,
880 input_pertubation=args.input_pertubation, 873 input_pertubation=args.input_pertubation,
881 # -- 874 # --
882 use_emb_decay=args.use_emb_decay, 875 use_emb_decay=args.use_emb_decay,