Vivek commited on
Commit
8a2f7a3
·
1 Parent(s): 7f56d6f

Update README.md

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