fixed a formatting issue
This commit is contained in:
parent
ab7688e556
commit
2f4a0fd9fd
@ -727,7 +727,7 @@ def main():
|
|||||||
device = torch.device("cuda", 0)
|
device = torch.device("cuda", 0)
|
||||||
|
|
||||||
logging.info(f"device: {device}")
|
logging.info(f"device: {device}")
|
||||||
|
|
||||||
# Load tokens.txt here
|
# Load tokens.txt here
|
||||||
token_table = k2.SymbolTable.from_file(params.tokens)
|
token_table = k2.SymbolTable.from_file(params.tokens)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user