fboeEl commited on
Commit
a4e9640
1 Parent(s): 29016d4

remove unnecessary import of ice cream

Browse files

as the title says, this get's rid of the ice cream import, which is not used here.
Relevant if I want to run in an environment where icecream is not installed.

Files changed (1) hide show
  1. 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