![using .npy dataset with 3D models [R]](https://external-preview.redd.it/nkhh65ujo5BznFJFojoMPaKjGuLSpPj6KGhRov-ykOg.png?width=216&crop=smart&auto=webp&s=0e2f90964c81a1de52938be6bcb08665605293f2)
using .npy dataset with 3D models [R]
Hello guys , i am trying to work on ADNI dataset to get 90% accuracy , but it keeps getting stuck at 55%. any tip to improve results ?
link of notebook : Notebook
u/LahmeriMohamed — 2 days ago
![using .npy dataset with 3D models [R]](https://external-preview.redd.it/nkhh65ujo5BznFJFojoMPaKjGuLSpPj6KGhRov-ykOg.png?width=216&crop=smart&auto=webp&s=0e2f90964c81a1de52938be6bcb08665605293f2)
Hello guys , i am trying to work on ADNI dataset to get 90% accuracy , but it keeps getting stuck at 55%. any tip to improve results ?
link of notebook : Notebook
Hello community , hope you are doing well , i am asking for guidance , i have built a model and convert it into .safetensors now i want to push it into productions (only inference) , i saw that i need to convert it into .onnx .
is it valid ? , if yes please show me how.