mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
d3fb109cbc
commit
f0f3ae954d
Binary file not shown.
@ -1602,7 +1602,7 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
prompt = torch.nn.Parameter(torch.randn(50, 512)).to(device)
|
prompt = torch.randn((50, 512), requires_grad=True).to(device)
|
||||||
print(prompt)
|
print(prompt)
|
||||||
exit()
|
exit()
|
||||||
optimizer_adapter = ScaledAdam(
|
optimizer_adapter = ScaledAdam(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user