-
Notifications
You must be signed in to change notification settings - Fork 21
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
question to updated code #15
Comments
hi, But with more than 2 GPUs, it hangs after : [0427 10:25:10 @base.py:275] Start Epoch 1 ... Is it possible to train this model on more than 1 GPU ? used: thanks |
when i start training, this error output comes before it starts to train, then this error does not happen again, but always at startup? Perhaps its interresting 2019-04-28 14:42:57.642632: W ./tensorflow/core/grappler/optimizers/graph_optimizer_stage.h:241] Failed to run optimizer ArithmeticOptimizer, stage RemoveStackStridedSliceSameAxis node LossB/strided_slice_2. Error: Pack node (LossB/stack) axis attribute is out of bounds: 0 |
hi,
i saw your code changes for tensorpack. You write its for tensorpack==0.8.9, but then i get the error:
ImportError: cannot import name 'MovingAverageSummary'
If i install tensorpack==0.9.4 it works. (with tensorflow 1.13)
But with multi-gpu it is not faster than with one gpu ? I changed line 78 in GAN.py to
def init(self, input, model, num_gpu=2):
and in main.py i changed SeparateGANTrainer( to GANTrainer(
Is that correct, or do i something wrong ? Is it possible to use more than 2 GPUs ? e.g. 8 GPUs ?
thanks
flo
The text was updated successfully, but these errors were encountered: