MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / __init__

Method __init__

rat-sql-gap/seq2struct/optimizers.py:82–83  ·  view source on GitHub ↗
(self, optimizer)

Source from the content-addressed store, hash-verified

80@registry.register('lr_scheduler', 'noop')
81class NoOpLRScheduler:
82 def __init__(self, optimizer):
83 pass
84
85 def update_lr(self, current_step):
86 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected