Vivek commited on
Commit
871dd49
·
1 Parent(s): 8a2f7a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -70,7 +70,8 @@ final_output=jnp.argmax(outputs,axis=-1)
70
  Print(f"the predction of the dataset : {final_output}")
71
  ```
72
 
73
- Output:
74
- ```The Correct answer: 1 ```
 
75
 
76
 
 
70
  Print(f"the predction of the dataset : {final_output}")
71
  ```
72
 
73
+ ```
74
+ The Correct answer:-Option1
75
+ ```
76
 
77