ocampor / notebooks

Repository that contains my research
GNU General Public License v3.0
75 stars 91 forks source link

Not able to reproduce results #3

Closed DecentMakeover closed 4 years ago

DecentMakeover commented 5 years ago

Hi @ocampor I ran your notebook as is, But my final score comes out to be 155.70740067882858 not 4.954157281562374. Any idea why there might be such discrepancy.

EDIT-

Also i realise the final image quality score varies every time i run it.Really not sure what is happening , i ran it on the docker and it runs fine, to be on the safe side i froze the docker envoirnment and installed all the packages in my system, still no progress.

Thanks in advance.

lukegarland commented 5 years ago

I am also having this issue as well.

DecentMakeover commented 5 years ago

It should be a python version issue

lukegarland commented 5 years ago

I see. It works running it in python 3, but unfortunately, my current project requires the use of python 2.7, so it would be nice to have it working in 2.7. Not sure where the script breaks with 2.7.

DecentMakeover commented 5 years ago

Build the dictionary yourself , in the part where it is using the collections module

On 14-May-2019, at 1:49 AM, Luke Garland notifications@github.com<mailto:notifications@github.com> wrote:

I see. It works running it in python 3, but unfortunately, my current project requires the use of python 2.7, so it would be nice to have it working in 2.7. Not sure where the script breaks with 2.7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ocampor/notebooks/issues/3?email_source=notifications&email_token=AGD5QFZPG6JMSSJZT3CMSK3PVHEOTA5CNFSM4G7G62Q2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVJODTQ#issuecomment-491971022, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGD5QF5O57YN7D4HYAPN7MTPVHEOTANCNFSM4G7G62QQ.

lukegarland commented 5 years ago

What do you mean by that?

EDIT: Nevermind, I got it to work. Thanks a ton!

ocampor commented 5 years ago

@DecentMakeover it is hard to define the cause of your problem. There are several packages that are involved in the calculation, so it might be cause by a version difference or that you replaced a function. It is not an stochastic algorithm so the results shouldn't vary. I would recommend to use the Dockerfile as you mention you are doing.