diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-05 23:05:25 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-05 23:05:25 +0200 |
| commit | 4d1f2cef39688871d2caafce42a09316381a27ae (patch) | |
| tree | 0f4385969e7df6d7d313cd5910bde9a7475ca027 /text_recognizer/networks/loss/__init__.py | |
| parent | f0481decdad9afb52494e9e95996deef843ef233 (diff) | |
Refactor with attr, working on cnn+transformer network
Diffstat (limited to 'text_recognizer/networks/loss/__init__.py')
| -rw-r--r-- | text_recognizer/networks/loss/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text_recognizer/networks/loss/__init__.py b/text_recognizer/networks/loss/__init__.py deleted file mode 100644 index cb83608..0000000 --- a/text_recognizer/networks/loss/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Loss module.""" -from .loss import LabelSmoothingCrossEntropy |