the code running enqueuer = GeneratorEnqueuer(generator(**kwargs), use_multiprocessing=True) print('Generator use 10 batches for buffering, this may take a while, you can tune this yourself.') enqueuer.start(max_queue_size=10, workers=num_workers)
8 cpu all go up, keep running for several hours, but gpu usage is 0, and seems not starting training.
the code running
enqueuer = GeneratorEnqueuer(generator(**kwargs), use_multiprocessing=True) print('Generator use 10 batches for buffering, this may take a while, you can tune this yourself.') enqueuer.start(max_queue_size=10, workers=num_workers)
8 cpu all go up, keep running for several hours, but gpu usage is 0, and seems not starting training.