Skip to content

Commit 158f467

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
deeplearning/projects/flashlight-sequence/bindings/python:lib_sequence_criterion
Reviewed By: AishwaryaSivaraman Differential Revision: D57014038 fbshipit-source-id: c44de35c6b46cafd36d0019ceadaa53cfe9339ed
1 parent fb8d433 commit 158f467

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/python/flashlight/lib/sequence/criterion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
LICENSE file in the root directory of this source tree.
77
"""
88

9-
from .flashlight_lib_sequence_criterion import (
9+
from .flashlight_lib_sequence_criterion import ( # @manual
1010
CpuForceAlignmentCriterion,
1111
CpuFullConnectionCriterion,
1212
CpuViterbiPath,

bindings/python/flashlight/lib/sequence/criterion_torch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import struct
1010
import sys
1111

12-
import flashlight.lib.sequence.flashlight_lib_sequence_criterion as _C
12+
import flashlight.lib.sequence.flashlight_lib_sequence_criterion as _C # @manual
1313
import torch
1414
import torch.nn as nn
1515

0 commit comments

Comments
 (0)