ErnestBeckham commited on
Commit
14ca9cd
·
verified ·
1 Parent(s): b717a9c

update vit

Browse files
Files changed (1) hide show
  1. vit.py +1 -0
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):