Spaces:
Runtime error
Runtime error
fix: name of plot attention
Browse files
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 |
|