fjxmlzn / DoppelGANger

[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
http://arxiv.org/abs/1909.13403
BSD 3-Clause Clear License
296 stars 75 forks source link

CLI getting stuck on running example_training/main.py #25

Closed NitishG20 closed 2 years ago

NitishG20 commented 3 years ago

Hey, I am trying to run the example training with GPU on Windows 10 with python 3.6 and tf 1.4. On trying it run with verbose, the last part before it gets stuck is this: `import 'pathos.secure.copier' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E1C9B0>

C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\pathos-0.2.8-py3.6.egg\pathos\secure__pycache__\tunnel.cpython-36.pyc matches C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\pathos-0.2.8-py3.6.egg\pathos\secure\tunnel.py

code object from 'C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\pathos-0.2.8-py3.6.egg\pathos\secure\pycache\tunnel.cpython-36.pyc'

import 'pathos.secure.tunnel' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E1CC88> import 'pathos.secure' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E1C6A0> import 'pathos' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083DA56D8> import 'gpu_task_scheduler.gpu_task_scheduler' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083CA1D68>

C:\Users\e106923\Miniconda3\envs\DGAN\DoppelGANger-master\example_training__pycache__\gan_task.cpython-36.pyc matches C:\Users\e106923\Miniconda3\envs\DGAN\DoppelGANger-master\example_training\gan_task.py

code object from 'C:\Users\e106923\Miniconda3\envs\DGAN\DoppelGANger-master\example_training\pycache\gan_task.cpython-36.pyc'

C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\gputaskscheduler-0.1.0-py3.6.egg\gpu_task_scheduler__pycache__\gpu_task.cpython-36.pyc matches C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\gputaskscheduler-0.1.0-py3.6.egg\gpu_task_scheduler\gpu_task.py

code object from 'C:\Users\e106923\Miniconda3\envs\DGAN\lib\site-packages\gputaskscheduler-0.1.0-py3.6.egg\gpu_task_scheduler\pycache\gpu_task.cpython-36.pyc'

import 'gpu_task_scheduler.gpu_task' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E26780> import 'gan_task' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E26208>

C:\Users\e106923\Miniconda3\envs\DGAN\lib__pycache__\hmac.cpython-36.pyc matches C:\Users\e106923\Miniconda3\envs\DGAN\lib\hmac.py

code object from 'C:\Users\e106923\Miniconda3\envs\DGAN\lib\pycache\hmac.cpython-36.pyc'

import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D083E266A0>`

I can't seem to figure out what's the issue as there is no error but no output.

fjxmlzn commented 2 years ago

Sorry that I missed this comment earlier. Would you mind sharing the complete console output when running example_training/main.py? Thanks!

fjxmlzn commented 2 years ago

Feel free to reopen the issue if you still have problems with it