mazefeng / sgd-opt

A comparasion among different variant of gradient descent algorithm
25 stars 12 forks source link

Which python version? #1

Open G33kyKitty opened 7 years ago

G33kyKitty commented 7 years ago

Hi...

Which python version did you use to run the codes?

Thanks.

G33kyKitty commented 6 years ago

Also, Which OS did you use to run the codes?

G33kyKitty commented 6 years ago

I'm getting the following error:

File "A:\BU_Notes\Work\Report_6_SDG\sgd-opt-master\nn-sgd.py", line 35, in read_dense_data y.append(int(line_arr[0])) ValueError: invalid literal for int() with base 10: ''

Anyone can help?