Skip to content

Commit 1bff7cf

Browse files
committed
-- fixed an import issue
1 parent 0a9a393 commit 1bff7cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytorch_tabular/models/tab_transformer/tab_transformer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/labml_nn/transformers
1414
"""TabTransformer Model"""
1515
import logging
16-
from typing import Dict, OrderedDict
16+
from collections import OrderedDict
17+
from typing import Dict
1718

1819
import pytorch_lightning as pl
1920
import torch

0 commit comments

Comments
 (0)