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

Missing package config and user_config #11

Open
fzyzcwt opened this issue Jun 7, 2020 · 3 comments
Open

Missing package config and user_config #11

fzyzcwt opened this issue Jun 7, 2020 · 3 comments

Comments

@fzyzcwt
Copy link

fzyzcwt commented Jun 7, 2020

Dear author, when realize the model I found that I do not have the package config so I can not run the inference, and also there is a problem should we create a new folder inside the main folder caller 'trained_nets'?

@syc10-09
Copy link

Did you get the files? @fzyzcwt

@nhl-hgh
Copy link

nhl-hgh commented Oct 12, 2020

pip install config
pip install user_config

@ynjiun
Copy link

ynjiun commented Feb 20, 2022

i don't think the "pip install config" is the right answer to the question. This config module does not have an attribute of "colors" needed in utils.py line 11:

colors = tf.cast(tf.stack(config.colors[config.working_dataset]), tf.float32) # / 255

I guess the config.py need to be provided by the author who defined a set of configurations to run the inference.py...

Anyone has a clue on this?

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

4 participants