Skip to content
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

[ERROR] ValueError: math domain error #50

Closed
mingtop opened this issue Apr 7, 2015 · 4 comments
Closed

[ERROR] ValueError: math domain error #50

mingtop opened this issue Apr 7, 2015 · 4 comments

Comments

@mingtop
Copy link

mingtop commented Apr 7, 2015

[DEBUG] Train Caffe Model task queued.
2015-04-07 19:32:44 [20150407-193242-7b4c] [INFO ] Train Caffe Model task started.
2015-04-07 19:32:45 [20150407-193242-7b4c] [ERROR] ValueError: math domain error

I don't know why the firefox getdata from www.google.com.....

I did the example follow by readme.md

who can explain,3 q

@lukeyeager
Copy link
Member

Hi @mingtop, can you give me a little more information about your installation? Did you use the web installer or clone from GitHub? If it was from GitHub, how recently did you clone the repository? (Show me the output of git log -n1).

math domain error is not a very helpful error message - if we can figure out what's going wrong, I'll try to improve DIGITS such that the error will at least be more clear in the future if it can't be avoided entirely.

@mingtop
Copy link
Author

mingtop commented Apr 8, 2015

@lukeyeager I download digital from nvidia websit
I will update my digits from github
here is the error
Traceback (most recent call last):
File "/home/jamin/Downloads/digits-1.0/digits/digits/scheduler.py", line 382, in task_thread
task.run(**options)
File "/home/jamin/Downloads/digits-1.0/digits/digits/task.py", line 196, in run
if not self.process_output(line):
File "/home/jamin/Downloads/digits-1.0/digits/digits/model/tasks/caffe_train.py", line 468, in process_output
self.logger.debug('memory required: %s' % utils.sizeof_fmt(bytes_required))
File "/home/jamin/Downloads/digits-1.0/digits/digits/utils/init.py", line 100, in sizeof_fmt
i = int(math.floor(math.log(size,1024)))
ValueError: math domain error


In university of china ,we can't get google app and web chart application , so I hope you can improve it

@mingtop
Copy link
Author

mingtop commented Apr 8, 2015

@lukeyeager You are right, maybe I got a earily version. Now I fixed the problem by git a new version. Thank u very much.

@lukeyeager
Copy link
Member

Yep, you were running into these issues: #13 and #9. They have since been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants