ariG23498 HF staff commited on
Commit
532e265
·
1 Parent(s): 471ad6b

fix: name of plot attention

Browse files
Files changed (1) hide show
  1. utilities/visualization.py +1 -1
utilities/visualization.py CHANGED
@@ -4,7 +4,7 @@ import tensorflow as tf
4
  import matplotlib.pyplot as plt
5
  import math
6
 
7
- class PlotAttention:
8
  def __init__(self, model):
9
  self.model = model
10
 
 
4
  import matplotlib.pyplot as plt
5
  import math
6
 
7
+ class PlotAttention(object):
8
  def __init__(self, model):
9
  self.model = model
10