remove unnecessary import of ice cream
#3
by
fboeEl
- opened
- visual_encoder.py +0 -1
visual_encoder.py
CHANGED
@@ -9,7 +9,6 @@ import numpy as np
|
|
9 |
import torch
|
10 |
import torch.nn as nn
|
11 |
import torch.utils.checkpoint
|
12 |
-
from icecream import ic
|
13 |
|
14 |
def get_abs_pos(abs_pos, tgt_size):
|
15 |
# abs_pos: L, C
|
|
|
9 |
import torch
|
10 |
import torch.nn as nn
|
11 |
import torch.utils.checkpoint
|
|
|
12 |
|
13 |
def get_abs_pos(abs_pos, tgt_size):
|
14 |
# abs_pos: L, C
|