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

Dockerfile #36

Open
breakingflower opened this issue Aug 5, 2019 · 5 comments
Open

Dockerfile #36

breakingflower opened this issue Aug 5, 2019 · 5 comments

Comments

@breakingflower
Copy link

Hi

I've made a docker file that contains all of your code and dependencies.

docker pull fremmen/tf-lift
@coolbeam
Copy link

Hi

I've made a docker file that contains all of your code and dependencies.

docker pull fremmen/tf-lift

hello,thanks for your docker, i've pull your docker file and run the code. I have successfully run the first phase: subtask=kp. However, when i'm going to run the second phase: subtask=ori, it turns out:

[joint] Checking if old pre-trained weights exists in
[joint] No pretrained weights from the old framework
[joint] Checking if previous Tensorflow run exists in
[joint] No previous Tensorflow result
[joint] Checking if previous Tensorflow run exists in logs/test/joint
[joint] No previous Tensorflow result
[ori] Checking if old pre-trained weights exists in
[ori] No pretrained weights from the old framework
[ori] Checking if previous Tensorflow run exists in
[ori] No previous Tensorflow result
[ori] Checking if previous Tensorflow run exists in logs/test/ori
[ori] No previous Tensorflow result
Traceback (most recent call last):
File "main.py", line 98, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "main.py", line 70, in main
task.run()
File "/tf-lift/tester.py", line 110, in run
raise RuntimeError("Could not load network weights!")
RuntimeError: Could not load network weights!

I think maybe something run in the pretrained model ori

@coolbeam
Copy link

Hi
I've made a docker file that contains all of your code and dependencies.

docker pull fremmen/tf-lift

hello,thanks for your docker, i've pull your docker file and run the code. I have successfully run the first phase: subtask=kp. However, when i'm going to run the second phase: subtask=ori, it turns out:

[joint] Checking if old pre-trained weights exists in
[joint] No pretrained weights from the old framework
[joint] Checking if previous Tensorflow run exists in
[joint] No previous Tensorflow result
[joint] Checking if previous Tensorflow run exists in logs/test/joint
[joint] No previous Tensorflow result
[ori] Checking if old pre-trained weights exists in
[ori] No pretrained weights from the old framework
[ori] Checking if previous Tensorflow run exists in
[ori] No previous Tensorflow result
[ori] Checking if previous Tensorflow run exists in logs/test/ori
[ori] No previous Tensorflow result
Traceback (most recent call last):
File "main.py", line 98, in
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "main.py", line 70, in main
task.run()
File "/tf-lift/tester.py", line 110, in run
raise RuntimeError("Could not load network weights!")
RuntimeError: Could not load network weights!

I think maybe something run in the pretrained model ori

hello,thanks for your docker, i've pull your docker file and run the code.
Thanks a lot!
The code is all right, I found that if you want to run the pretrained model, you should use: '--logdir=release-aug', not the default '--logdir=logs/test'

@kmyi
Copy link
Contributor

kmyi commented Feb 24, 2020

Closing, since not a bug

@kmyi kmyi closed this as completed Feb 24, 2020
@kmyi
Copy link
Contributor

kmyi commented Feb 24, 2020

Well, actually, leaving it open since the docker is useful! (thought this was a bug report. Sorry for spam!)

@kmyi kmyi reopened this Feb 24, 2020
@breakingflower
Copy link
Author

@coolbeam running the code inside the docker is the same as in the original implementation.

@kmyi kmyi reopened this Aug 8, 2021
@kmyi kmyi pinned this issue Aug 25, 2021
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

3 participants