WarpedAnimation

Results 1 issues of WarpedAnimation

In your initalization.py module, you have the following code: if args.gpu_device_id is not None: os.environ['CUDA_VISIBLE_DEVICES'] = str(args.gpu_device_id) print("Set device to:", args.gpu_device_id) In Windows, this usage is NOT doing what you...