Ajibola commited on
Commit
279a19a
·
1 Parent(s): 418290d

Update README.md

Browse files

![test.png](https://s3.amazonaws.com/moonup/production/uploads/1677187697360-627af235772b403388b8d0dc.png)

Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
4
  <h1>README for Pathway Vision Transformer</h1><br>
5
 
@@ -42,9 +47,3 @@ image=image.image.max() #Normalize the image to [0-1]
42
  prediction=model.predict(image)
43
  prediction=np.argmax(prediction, axis=-1) #Get Highest probability class
44
  ```
45
-
46
- <h1>Prediction on Test data</h1>
47
- <img src='test.png' alt='evaluated predictions'>
48
-
49
-
50
-
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ library_name: keras
6
+ tags:
7
+ - code
8
  ---
9
  <h1>README for Pathway Vision Transformer</h1><br>
10
 
 
47
  prediction=model.predict(image)
48
  prediction=np.argmax(prediction, axis=-1) #Get Highest probability class
49
  ```