benjaminStreltzin commited on
Commit
b8e4555
·
verified ·
1 Parent(s): 7ac0794

Update vit_Training.py

Browse files
Files changed (1) hide show
  1. vit_Training.py +1 -0
vit_Training.py CHANGED
@@ -77,6 +77,7 @@ class Custom_VIT_Model:
77
  # Print the current state of the training data for debugging
78
  print("Current training data:")
79
  print(self.df)
 
80
 
81
 
82
 
 
77
  # Print the current state of the training data for debugging
78
  print("Current training data:")
79
  print(self.df)
80
+ print("urod")
81
 
82
 
83