-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to see Float16 in Spyder Variable Explorer #3237
Comments
@arita37 thanks for your report. Your Spyder is a bit out of date: the latest stable version is 2.3.9, but the issue still persists in that version. We should be able to add support for float16. However, I can't find anything about float8; is there any documentation about this type? |
Hello, Am using WinPython. Thanks On 22 Jun 2016, at 17:47, Jitse Niesen [email protected] wrote: @arita37 thanks for your report. Your Spyder is a bit out of date: the latest stable version is 2.3.9, but the issue still persists in that version. We should be able to add support for float16. However, I can't find anything about float8; is there any documentation about this type? ― |
@jitseniesen, we define our list of supported types for the Variable Explorer: https://github.com/spyder-ide/spyder/blob/master/spyderlib/config/base.py#L343 I think you shouldn't have much problem in adding and testing that we can show |
I'm not using WinPython so I don't know. @stonebig do you know? |
I woud try:
then
(answer
nota:
|
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
We can see Float32 and Float64, Float16 is useful, especially
for neural network (Google even uses Float8 .... !!)
Able to see Float16, Float8 in Variable Explorer.
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
The text was updated successfully, but these errors were encountered: