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

Changes to upgrade libs. #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kannangce
Copy link

Fixes to have TF2.x usable

Fixes to have TF2.x usable
@h476564406
Copy link

@tonybeltramelli hello, this project is very interesting, thank you so much.

However, I have encountered a problem that is very puzzling, if you could give some advice and insights, I would greatly appreciate it.

The last step, I run
./generate.py ../bin pix2code /ossfs/node_41166019/workspace/pix2code/datasets/web/eval_set ../code greedy

The result seems overfitted, all gui generated from eval_set to code, is same DSL . I try to use other images , always generate the same DSL as well。

image

The same DSL content:

header{
btn-inactive,btn-active,btn-inactive,btn-inactive,btn-inactive
}
row{
single{
small-title,text,btn-orange
}
}
row{
double{
small-title,text,btn-orange
}
double{
small-title,text,btn-orange
}
}
row{
quadruple{
small-title,text,btn-red
}
quadruple{
small-title,text,btn-orange
}
quadruple{
small-title,text,btn-orange
}
quadruple{
small-title,text,btn-orange
}
}
row{
double{
small-title,text,btn-red
}
double{
small-title,text,btn-orange
}
}

@kannangce Do you have encountered a problem seems the result overfiltted? Thank you so much if you can give me some guides.

numpy==1.23.5
opencv-python==4.9.0.80
h5py==3.10.0
tensorflow==2.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as of Apr 2, 2024, I found these libraries to be useable.

Keras==3.0.0
numpy==1.23.5
opencv-python==4.9.0.80
h5py==3.10.0
tensorflow==2.16.1

@h476564406
Copy link

h476564406 commented Apr 2, 2024 via email

@jtshushu
Copy link

jtshushu commented Apr 8, 2024

(py36) E:\koutu\pix2code-xin\pix2code-master\model>python ./build_datasets.py ../datasets/ios/all_data
Splitting datasets, training samples: 1499.142857142857, evaluation samples: 249.85714285714286
Traceback (most recent call last):
File "./build_datasets.py", line 79, in
assert len(eval_set) == evaluation_samples_number
AssertionError

Why does such a problem occur and needs a solution?

@ChaymaJaffel
Copy link

@tonybeltramelli hello, this project is very interesting, thank you so much.

However, I have encountered a problem that is very puzzling, if you could give some advice and insights, I would greatly appreciate it.

The last step, I run ./generate.py ../bin pix2code /ossfs/node_41166019/workspace/pix2code/datasets/web/eval_set ../code greedy

The result seems overfitted, all gui generated from eval_set to code, is same DSL . I try to use other images , always generate the same DSL as well。

image

The same DSL content:

header{
btn-inactive,btn-active,btn-inactive,btn-inactive,btn-inactive
}
row{
single{
small-title,text,btn-orange
}
}
row{
double{
small-title,text,btn-orange
}
double{
small-title,text,btn-orange
}
}
row{
quadruple{
small-title,text,btn-red
}
quadruple{
small-title,text,btn-orange
}
quadruple{
small-title,text,btn-orange
}
quadruple{
small-title,text,btn-orange
}
}
row{
double{
small-title,text,btn-red
}
double{
small-title,text,btn-orange
}
}

@kannangce Do you have encountered a problem seems the result overfiltted? Thank you so much if you can give me some guides.

i have the same problem. did you find a solution ?

@h476564406
Copy link

h476564406 commented May 16, 2024 via email

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