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

unreasonable output #32

Closed JimmyZhan1213 closed 1 year ago

JimmyZhan1213 commented 2 years ago

I run the main.py file under example_training(without_GPUTaskScheduler), the training process is no problem. However, when I run main.py under example_training on Windows, in tensorflow1, the project has no output and no error message, so I tried it in the environment of tensorflow2, and finally generated a results folder, which contains a lot of running information, but the worker.log and generate.log under each folder prompt the following: 'start_gpu_task' is not an internal or external command, nor is it a runnable program or batch file. I would like to ask if there is a reason or a solution to this situation? image image image image image image

fjxmlzn commented 2 years ago

How did you install the Python environment and how did you install https://github.com/fjxmlzn/GPUTaskScheduler? start_gpu_task should be available after GPUTaskScheduler is installed

JimmyZhan1213 commented 2 years ago

First, I created a DGtf2 environment of python3.7.12 and tensorflow-gpu2.1.0 under anaconda, and then downloaded GPUTaskScheduler and installed it, an error will be reported. I put the folder under example_training and installed it with pip install -e GPUTaskScheduler, and the above mentioned to the result. image image

fjxmlzn commented 2 years ago

Thanks for the info!

Would you mind sending me an email zinanl AT andrew.cmu.edu? We can debug it there. Thanks!

JimmyZhan1213 commented 2 years ago

certainly! thanks for your help!

H4Njx commented 1 year ago

https://github.com/fjxmlzn/DoppelGANger/issues/32#issuecomment-1236025272 @Ezioooooo here is the GPUTaskScheduler install guide: step 1. git clone https://github.com/fjxmlzn/GPUTaskScheduler.git step 2. cd GPUTaskScheduler && pip install -e .

fjxmlzn commented 1 year ago

Closing this issue since it was resolved after installing the libraries correctly.