I want to use fortuna library for my own custom model , is there any provision to do that ? #184
Unanswered
agarwalyutika
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to quantify the uncertainty in my Vision Transformer model, how can I proceed to do so? Should I clone the repo and make modifications in models.py script or how do I go about it? If I am passing my VIT architecture in the script for calculating expected calibration error, I am getting this error: AttributeError: 'Sequential' object has no attribute 'init'. Did you mean: 'input'?
Any clue on how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions