chameleonzz

Results 13 comments of chameleonzz

According to the previous 'work.log', I found that maybe my TF has something wrong (there were multiple TFs). Therefore, I re-install TF, and run example_training/main.py again. Now, the output is...

I think I can run the DG rightly now. To solve the above problem, I try to debug main.py in example_training(without_GPUTaskScheduler). Then I amended doppelganer.py in gan. I deleted checkpoint_dir...

> Yes, it is the right result with this code. > > Regarding the FileNotFoundError you posted in [#30 (comment)](https://github.com/fjxmlzn/DoppelGANger/issues/30#issuecomment-1196779071), it should have already been fixed in [c2f4bfb](https://github.com/fjxmlzn/DoppelGANger/commit/c2f4bfbb890c6c3d9952d8c51d58369d6b288c51) in June...

> This looks weird. Could you please attach `worker.log` in these three folders here? Thank you! OK, I sent you an email.

Hi, when I installed TensorFlow 1.4.0, pycharm warned that python 3.5 has reached its end-of-life date and it is no longer supported in pycharm. The DoppelGANger seemingly not worked normally....

Thank you for your answer. At first, I tried to install tf 1.4.0 with python 3.5. However, pycharm showed the warning as following. Then, I tried to install tf 1.4.0...

> It is feasible for DG with TF 2.1.0 and Python 3.7. However, when I tried to run the code gan_task.py of 'example_training', there was a warning "unresolved reference 'gan'...

Thank you for your answer. I know how to solve the problem finally. If I want to use the DoppelGANger, there are three main steps. Firstly, a virtual environment is...

> By the way, for future readers of this thread: > > If you are looking for TF2 implementation of DoppelGANger, you can look at https://github.com/fjxmlzn/DoppelGANger/tree/TF2 by @yzion > >...

> Re: Q1. Can you share the content of worker_generate_data.log? Also, after running example_training/main.py, you should see another worker.log in these sub-folders. Did you see them? > > Re: Q2....