You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Colab
FiftyOne installed from (pip or source): pip
FiftyOne version (run fiftyone --version): 0.21.4
Python version: 3.10
Commands to reproduce
Just running ai_telephone.ipynb
Describe the problem
Unknown member, Prompt, fixed by just passing (text, level) prompts.append(Prompt(text, level))
ValueError: Dataset name 'telephone' is not available
Code to reproduce issue
Other info / logs
What areas of FiftyOne does this bug affect?
App: FiftyOne application issue
Core: Core fiftyone Python library issue
Server: Fiftyone server issue
Examples: Fiftyone examples
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Yes. I can contribute a fix for this bug independently.
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community.
No. I cannot contribute a bug fix at this time.
The text was updated successfully, but these errors were encountered:
Instructions
System information
fiftyone --version
): 0.21.4Commands to reproduce
Just running ai_telephone.ipynb
Describe the problem
Unknown member, Prompt, fixed by just passing
(text, level)
prompts.append(Prompt(text, level))
ValueError: Dataset name 'telephone' is not available
Code to reproduce issue
Other info / logs
What areas of FiftyOne does this bug affect?
App
: FiftyOne application issueCore
: Corefiftyone
Python library issueServer
: Fiftyone server issueExamples
: Fiftyone examplesWillingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community.
The text was updated successfully, but these errors were encountered: