update vit
Browse files
vit.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import tensorflow as tf
|
2 |
from tensorflow.keras import layers
|
|
|
3 |
|
4 |
class ClassToken(layers.Layer):
|
5 |
def __init__(self):
|
|
|
1 |
import tensorflow as tf
|
2 |
from tensorflow.keras import layers
|
3 |
+
from tensorflow.keras.models import Model
|
4 |
|
5 |
class ClassToken(layers.Layer):
|
6 |
def __init__(self):
|