Update README.md
Browse files
README.md
CHANGED
@@ -22,9 +22,9 @@ This project is licensed under the MIT License.
|
|
22 |
|
23 |
|
24 |
<h1>How to use:</h1>
|
25 |
-
Import Libraries
|
26 |
|
27 |
```ruby
|
|
|
28 |
!pip install huggingface_hub["tensorflow"]
|
29 |
import matplotlib.pyplot as plt
|
30 |
import cv2
|
@@ -44,7 +44,7 @@ prediction=np.argmax(prediction, axis=-1) #Get Highest probability class
|
|
44 |
|
45 |
```
|
46 |
|
47 |
-
<h1>On Training
|
48 |
```ruby
|
49 |
model=PaViT.PaViT()
|
50 |
#Output means the unit default is 15 and activation 'sigmoid'
|
|
|
22 |
|
23 |
|
24 |
<h1>How to use:</h1>
|
|
|
25 |
|
26 |
```ruby
|
27 |
+
#import Libraries
|
28 |
!pip install huggingface_hub["tensorflow"]
|
29 |
import matplotlib.pyplot as plt
|
30 |
import cv2
|
|
|
44 |
|
45 |
```
|
46 |
|
47 |
+
<h1>On Training</h1>
|
48 |
```ruby
|
49 |
model=PaViT.PaViT()
|
50 |
#Output means the unit default is 15 and activation 'sigmoid'
|