plaidml.exceptions.Unknown: Cross device functions not supported

Getting errors or found a bug when converting faces from a trained model? Post about them here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Convert process. If you want to get tips, or better understand the Convert process, then you should look in the Convert Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
draliko
Posts: 2
Joined: Wed Jun 10, 2020 4:38 am

plaidml.exceptions.Unknown: Cross device functions not supported

Post by draliko »

From this morning if i try to convert i get this error, anyone knows what it means? Thanks

Code: Select all

06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.ffmpeg', title: 'tune', datatype: '<class 'str'>', default: 'none', info: 'Change settings based upon the specifics of your input:\n	 none: Don't perform any additional tuning.\n	 film: [H.264 only] Use for high quality movie content; lowers deblocking.\n	 animation: [H.264 only] Good for cartoons; uses higher deblocking and more reference frames.\n	 grain: Preserves the grain structure in old, grainy film material.\n	 stillimage: [H.264 only] Good for slideshow-like content.\n	 fastdecode: Allows faster decoding by disabling certain filters.\n	 zerolatency: Good for fast encoding and low-latency streaming.', rounding: 'None', min_max: None, choices: ['none', 'film', 'animation', 'grain', 'stillimage', 'fastdecode', 'zerolatency'], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.ffmpeg', title: 'profile', datatype: '<class 'str'>', default: 'auto', info: '[H.264 Only] Limit the output to a specific H.264 profile. Don't change this unless your target device only supports a certain profile.', rounding: 'None', min_max: None, choices: ['auto', 'baseline', 'main', 'high', 'high10', 'high422', 'high444'], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.ffmpeg', title: 'level', datatype: '<class 'str'>', default: 'auto', info: '[H.264 Only] Set the encoder level, Don't change this unless your target device only supports a certain level.', rounding: 'None', min_max: None, choices: ['auto', '1', '1b', '1.1', '1.2', '1.3', '2', '2.1', '2.2', '3', '3.1', '3.2', '4', '4.1', '4.2', '5', '5.1', '5.2', '6', '6.1', '6.2'], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Added defaults: writer.ffmpeg
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Adding defaults: (filename: gif_defaults.py, module_path: plugins.convert.writer, plugin_type: writer
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Importing defaults module: plugins.convert.writer.gif_defaults
06/10/2020 06:31:23 MainProcess     MainThread      config          add_section               DEBUG    Add section: (title: 'writer.gif', info: 'Options for outputting converted frames to an animated gif.')
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.gif', title: 'fps', datatype: '<class 'int'>', default: '25', info: 'Frames per Second.', rounding: '1', min_max: (1, 60), choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.gif', title: 'loop', datatype: '<class 'int'>', default: '0', info: 'The number of iterations. Set to 0 to loop indefinitely.', rounding: '1', min_max: (0, 100), choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.gif', title: 'palettesize', datatype: '<class 'str'>', default: '256', info: 'The number of colors to quantize the image to. Is rounded to the nearest power of two.', rounding: 'None', min_max: None, choices: ['2', '4', '8', '16', '32', '64', '128', '256'], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.gif', title: 'subrectangles', datatype: '<class 'bool'>', default: 'False', info: 'If True, will try and optimize the GIF by storing only the rectangular parts of each frame that change with respect to the previous.', rounding: 'None', min_max: None, choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Added defaults: writer.gif
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Adding defaults: (filename: opencv_defaults.py, module_path: plugins.convert.writer, plugin_type: writer
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Importing defaults module: plugins.convert.writer.opencv_defaults
06/10/2020 06:31:23 MainProcess     MainThread      config          add_section               DEBUG    Add section: (title: 'writer.opencv', info: 'Options for outputting converted frames to a series of images using OpenCV\nOpenCV can be faster than other image writers, but lacks some configuration options and formats.')
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.opencv', title: 'format', datatype: '<class 'str'>', default: 'png', info: 'Image format to use:\n	 bmp: Windows bitmap\n	 jpg: JPEG format\n	 jp2: JPEG 2000 format\n	 png: Portable Network Graphics\n	 ppm: Portable Pixmap Format', rounding: 'None', min_max: None, choices: ['bmp', 'jpg', 'jp2', 'png', 'ppm'], gui_radio: True, fixed: True, group: None)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.opencv', title: 'draw_transparent', datatype: '<class 'bool'>', default: 'False', info: 'Place the swapped face on a transparent layer rather than the original frame.\nNB: This is only compatible with images saved in png format. If an incompatible format is selected then the image will be saved as a png.', rounding: 'None', min_max: None, choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.opencv', title: 'jpg_quality', datatype: '<class 'int'>', default: '75', info: '[jpg only] Set the jpg quality. 1 is worst 95 is best. Higher quality leads to larger file sizes.', rounding: '1', min_max: (1, 95), choices: [], gui_radio: False, fixed: True, group: compression)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.opencv', title: 'png_compress_level', datatype: '<class 'int'>', default: '3', info: '[png only] ZLIB compression level, 1 gives best speed, 9 gives best compression, 0 gives no compression at all.', rounding: '1', min_max: (0, 9), choices: [], gui_radio: False, fixed: True, group: compression)
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Added defaults: writer.opencv
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Adding defaults: (filename: pillow_defaults.py, module_path: plugins.convert.writer, plugin_type: writer
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Importing defaults module: plugins.convert.writer.pillow_defaults
06/10/2020 06:31:23 MainProcess     MainThread      config          add_section               DEBUG    Add section: (title: 'writer.pillow', info: 'Options for outputting converted frames to a series of images using Pillow\nPillow is more feature rich than OpenCV but can be slower.')
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'format', datatype: '<class 'str'>', default: 'png', info: 'Image format to use:\n	 bmp: Windows bitmap\n	 gif: Graphics Interchange Format (NB: Not animated)\n	 jpg: JPEG format\n	 jp2: JPEG 2000 format\n	 png: Portable Network Graphics\n	 ppm: Portable Pixmap Format\n	 tif: Tag Image File Format', rounding: 'None', min_max: None, choices: ['bmp', 'gif', 'jpg', 'jp2', 'png', 'ppm', 'tif'], gui_radio: True, fixed: True, group: None)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'draw_transparent', datatype: '<class 'bool'>', default: 'False', info: 'Place the swapped face on a transparent layer rather than the original frame.\nNB: This is only compatible with images saved in png or tif format. If an incompatible format is selected then the image will be saved as a png.', rounding: 'None', min_max: None, choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'optimize', datatype: '<class 'bool'>', default: 'False', info: '[gif, jpg and png only] If enabled, indicates that the encoder should make an extra pass over the image in order to select optimal encoder settings.', rounding: 'None', min_max: None, choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'gif_interlace', datatype: '<class 'bool'>', default: 'True', info: '[gif only] Set whether to save the gif as interlaced or not.', rounding: 'None', min_max: None, choices: [], gui_radio: False, fixed: True, group: settings)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'jpg_quality', datatype: '<class 'int'>', default: '75', info: '[jpg only] Set the jpg quality. 1 is worst 95 is best. Higher quality leads to larger file sizes.', rounding: '1', min_max: (1, 95), choices: [], gui_radio: False, fixed: True, group: compression)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'png_compress_level', datatype: '<class 'int'>', default: '3', info: '[png only] ZLIB compression level, 1 gives best speed, 9 gives best compression, 0 gives no compression at all. When optimize option is set to True this has no effect (it is set to 9 regardless of a value passed).', rounding: '1', min_max: (0, 9), choices: [], gui_radio: False, fixed: True, group: compression)
06/10/2020 06:31:23 MainProcess     MainThread      config          add_item                  DEBUG    Add item: (section: 'writer.pillow', title: 'tif_compression', datatype: '<class 'str'>', default: 'tiff_deflate', info: '[tif only] The desired compression method for the file.', rounding: 'None', min_max: None, choices: ['none', 'tiff_ccitt', 'group3', 'group4', 'tiff_jpeg', 'tiff_adobe_deflate', 'tiff_thunderscan', 'tiff_deflate', 'tiff_sgilog', 'tiff_sgilog24', 'tiff_raw_16'], gui_radio: False, fixed: True, group: compression)
06/10/2020 06:31:23 MainProcess     MainThread      _config         load_module               DEBUG    Added defaults: writer.pillow
06/10/2020 06:31:23 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     MainThread      config          handle_config             DEBUG    Handling config
06/10/2020 06:31:24 MainProcess     MainThread      config          check_exists              DEBUG    Config file exists: 'd:\Users\vda_d\faceswap\config\convert.ini'
06/10/2020 06:31:24 MainProcess     MainThread      config          load_config               VERBOSE  Loading config: 'd:\Users\vda_d\faceswap\config\convert.ini'
06/10/2020 06:31:24 MainProcess     MainThread      config          validate_config           DEBUG    Validating config
06/10/2020 06:31:24 MainProcess     MainThread      config          check_config_change       DEBUG    Default config has not changed
06/10/2020 06:31:24 MainProcess     MainThread      config          check_config_choices      DEBUG    Checking config choices
06/10/2020 06:31:24 MainProcess     MainThread      config          check_config_choices      DEBUG    Checked config choices
06/10/2020 06:31:24 MainProcess     MainThread      config          validate_config           DEBUG    Validated config
06/10/2020 06:31:24 MainProcess     MainThread      config          handle_config             DEBUG    Handled config
06/10/2020 06:31:24 MainProcess     MainThread      config          __init__                  DEBUG    Initialized: Config
06/10/2020 06:31:24 MainProcess     MainThread      _base           set_config                DEBUG    Config: {}
06/10/2020 06:31:24 MainProcess     MainThread      _base           __init__                  DEBUG    config: {}
06/10/2020 06:31:24 MainProcess     MainThread      _base           __init__                  DEBUG    Initialized Color
06/10/2020 06:31:24 MainProcess     MainThread      convert         _load_plugins             DEBUG    Loaded plugins: {'box': <plugins.convert.mask.box_blend.Mask object at 0x0000021555C65C08>, 'mask': <plugins.convert.mask.mask_blend.Mask object at 0x0000021555C65B88>, 'color': <plugins.convert.color.avg_color.Color object at 0x0000021555C39088>, 'seamless': None, 'scaling': None}
06/10/2020 06:31:24 MainProcess     MainThread      convert         __init__                  DEBUG    Initialized Converter
06/10/2020 06:31:24 MainProcess     MainThread      convert         __init__                  DEBUG    Initialized Convert
06/10/2020 06:31:24 MainProcess     MainThread      convert         process                   DEBUG    Starting Conversion
06/10/2020 06:31:24 MainProcess     MainThread      convert         _convert_images           DEBUG    Converting images
06/10/2020 06:31:24 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'convert_out'
06/10/2020 06:31:24 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'convert_out'
06/10/2020 06:31:24 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager getting: 'patch'
06/10/2020 06:31:24 MainProcess     MainThread      queue_manager   get_queue                 DEBUG    QueueManager got: 'patch'
06/10/2020 06:31:24 MainProcess     MainThread      convert         _pool_processes           DEBUG    12
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initializing MultiThread: (target: 'patch', thread_count: 12)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  __init__                  DEBUG    Initialized MultiThread: 'patch'
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread(s): 'patch'
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 1 of 12: 'patch_0'
06/10/2020 06:31:24 MainProcess     patch_0         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 2 of 12: 'patch_1'
06/10/2020 06:31:24 MainProcess     patch_1         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 3 of 12: 'patch_2'
06/10/2020 06:31:24 MainProcess     patch_2         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 4 of 12: 'patch_3'
06/10/2020 06:31:24 MainProcess     patch_3         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 5 of 12: 'patch_4'
06/10/2020 06:31:24 MainProcess     patch_4         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 6 of 12: 'patch_5'
06/10/2020 06:31:24 MainProcess     patch_5         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 7 of 12: 'patch_6'
06/10/2020 06:31:24 MainProcess     patch_6         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 8 of 12: 'patch_7'
06/10/2020 06:31:24 MainProcess     patch_7         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 9 of 12: 'patch_8'
06/10/2020 06:31:24 MainProcess     patch_8         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 10 of 12: 'patch_9'
06/10/2020 06:31:24 MainProcess     patch_9         convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 11 of 12: 'patch_10'
06/10/2020 06:31:24 MainProcess     patch_10        convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Starting thread 12 of 12: 'patch_11'
06/10/2020 06:31:24 MainProcess     patch_11        convert         process                   DEBUG    Starting convert process. (in_queue: <queue.Queue object at 0x000002155570BCC8>, out_queue: <queue.Queue object at 0x000002155570BC08>)
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  start                     DEBUG    Started all threads 'patch': 12
06/10/2020 06:31:24 MainProcess     MainThread      multithreading  completed                 DEBUG    False
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 _base           largest_face_index        DEBUG    0
06/10/2020 06:31:24 MainProcess     _predict_faces_0 multithreading  run                       DEBUG    Error in thread (_predict_faces_0): Cross device functions not supported
06/10/2020 06:31:25 MainProcess     MainThread      multithreading  check_and_raise_error     DEBUG    Thread error caught: [(<class 'plaidml.exceptions.Unknown'>, Unknown('Cross device functions not supported'), <traceback object at 0x0000021555C134C8>)]
Traceback (most recent call last):
  File "d:\Users\vda_d\faceswap\lib\cli\launcher.py", line 155, in execute_script
    process.process()
  File "d:\Users\vda_d\faceswap\scripts\convert.py", line 157, in process
    self._convert_images()
  File "d:\Users\vda_d\faceswap\scripts\convert.py", line 184, in _convert_images
    self._check_thread_error()
  File "d:\Users\vda_d\faceswap\scripts\convert.py", line 204, in _check_thread_error
    thread.check_and_raise_error()
  File "d:\Users\vda_d\faceswap\lib\multithreading.py", line 84, in check_and_raise_error
    raise error[1].with_traceback(error[2])
  File "d:\Users\vda_d\faceswap\lib\multithreading.py", line 37, in run
    self._target(*self._args, **self._kwargs)
  File "d:\Users\vda_d\faceswap\scripts\convert.py", line 873, in _predict_faces
    predicted = self._predict(feed_faces, batch_size)
  File "d:\Users\vda_d\faceswap\scripts\convert.py", line 958, in _predict
    predicted = self._predictor(feed, batch_size=batch_size)
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\keras\engine\training.py", line 1169, in predict
    steps=steps)
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\keras\engine\training_arrays.py", line 294, in predict_loop
    batch_outs = f(ins_batch)
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\plaidml\keras\backend.py", line 175, in __call__
    self._invoker.invoke()
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\plaidml\__init__.py", line 1455, in invoke
    return Invocation(self._ctx, self)
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\plaidml\__init__.py", line 1464, in __init__
    self._as_parameter_ = _lib().plaidml_schedule_invocation(ctx, invoker)
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\plaidml\__init__.py", line 777, in _check_err
    self.raise_last_status()
  File "C:\Users\vda_d\MiniConda3\envs\faceswap\lib\site-packages\plaidml\library.py", line 131, in raise_last_status
    raise self.last_status()
plaidml.exceptions.Unknown: Cross device functions not supported

============ System Information ============
encoding:            cp1252
git_branch:          master
git_commits:         127d3db Dependencies update (#1028)
gpu_cuda:            No global version found. Check Conda packages for Conda Cuda
gpu_cudnn:           No global version found. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: Advanced Micro Devices, Inc. - gfx1010 (experimental)
gpu_devices_active:  GPU_0
gpu_driver:          ['3004.8 (PAL,LC)']
gpu_vram:            GPU_0: 8176MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.18362-SP0
os_release:          10
py_command:          d:\Users\vda_d\faceswap\faceswap.py convert -i H:/input2.mp4 -o H:/out -al H:/input2_alignments.fsa -m H:/model -c avg-color -M extended -sc none -w ffmpeg -osc 100 -l 0.4 -j 0 -t original -L INFO -gui
py_conda_version:    conda 4.8.3
py_implementation:   CPython
py_version:          3.7.7
py_virtual_env:      True
sys_cores:           12
sys_processor:       AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
sys_ram:             Total: 16334MB, Available: 10049MB, Used: 6285MB, Free: 10049MB

=============== Pip Packages ===============
absl-py==0.9.0
astor==0.8.0
blinker==1.4
cachetools==3.1.1
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
click==7.1.2
cloudpickle==1.4.1
cryptography==2.9.2
cycler==0.10.0
cytoolz==0.10.1
dask==2.17.2
decorator==4.4.2
enum34==1.1.10
fastcluster==1.1.26
ffmpy==0.2.3
gast==0.2.2
google-auth==1.14.1
google-auth-oauthlib==0.4.1
google-pasta==0.2.0
grpcio==1.27.2
h5py==2.10.0
idna==2.9
imageio==2.8.0
imageio-ffmpeg==0.4.2
joblib==0.15.1
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
kiwisolver==1.2.0
Markdown==3.1.1
matplotlib==3.1.3
mkl-fft==1.0.15
mkl-random==1.1.1
mkl-service==2.3.0
networkx==2.4
numpy==1.18.1
nvidia-ml-py3==7.352.1
oauthlib==3.1.0
olefile==0.46
opencv-python==4.2.0.34
opt-einsum==3.1.0
pathlib==1.0.1
Pillow==7.1.2
plaidml==0.6.4
plaidml-keras==0.6.4
protobuf==3.11.4
psutil==5.7.0
pyasn1==0.4.8
pyasn1-modules==0.2.7
pycparser==2.20
PyJWT==1.7.1
pyOpenSSL==19.1.0
pyparsing==2.4.7
pyreadline==2.1
PySocks==1.7.1
python-dateutil==2.8.1
PyWavelets==1.1.1
pywin32==227
PyYAML==5.3.1
requests==2.23.0
requests-oauthlib==1.3.0
rsa==4.0
scikit-image==0.16.2
scikit-learn==0.22.1
scipy==1.4.1
six==1.15.0
tensorboard==2.2.1
tensorboard-plugin-wit==1.6.0
tensorflow==1.15.0
tensorflow-estimator==1.15.1
termcolor==1.1.0
toolz==0.10.0
toposort==1.5
tornado==6.0.4
tqdm==4.46.0
urllib3==1.25.8
Werkzeug==0.16.1
win-inet-pton==1.1.0
wincertstore==0.2
wrapt==1.12.1

============== Conda Packages ==============
# packages in environment at C:\Users\vda_d\MiniConda3\envs\faceswap:
#
# Name                    Version                   Build  Channel
_tflow_select             2.2.0                     eigen  
absl-py 0.9.0 py37_0
astor 0.8.0 py37_0
blas 1.0 mkl
blinker 1.4 py37_0
ca-certificates 2020.1.1 0
cachetools 3.1.1 py_0
certifi 2020.4.5.1 py37_0
cffi 1.14.0 py37h7a1dbc1_0
chardet 3.0.4 py37_1003
click 7.1.2 py_0
cloudpickle 1.4.1 py_0
cryptography 2.9.2 py37h7a1dbc1_0
cycler 0.10.0 py37_0
cytoolz 0.10.1 py37he774522_0
dask-core 2.17.2 py_0
decorator 4.4.2 py_0
enum34 1.1.10 pypi_0 pypi fastcluster 1.1.26 pypi_0 pypi ffmpy 0.2.3 pypi_0 pypi freetype 2.9.1 ha9979f8_1
gast 0.2.2 py37_0
git 2.23.0 h6bb4b03_0
google-auth 1.14.1 py_0
google-auth-oauthlib 0.4.1 py_2
google-pasta 0.2.0 py_0
grpcio 1.27.2 py37h351948d_0
h5py 2.10.0 py37h5e291fa_0
hdf5 1.10.4 h7ebc959_0
icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha925a31_3
idna 2.9 py_1
imageio 2.8.0 py_0
imageio-ffmpeg 0.4.2 pypi_0 pypi intel-openmp 2020.1 216
joblib 0.15.1 py_0
jpeg 9b hb83a4c4_2
keras 2.2.4 0
keras-applications 1.0.8 py_0
keras-base 2.2.4 py37_0
keras-preprocessing 1.1.0 py_1
kiwisolver 1.2.0 py37h74a9793_0
libpng 1.6.37 h2a8f88b_0
libprotobuf 3.11.4 h7bd577a_0
libtiff 4.1.0 h56a325e_1
lz4-c 1.9.2 h62dcd97_0
markdown 3.1.1 py37_0
matplotlib 3.1.3 py37_0
matplotlib-base 3.1.3 py37h64f37c6_0
mkl 2020.1 216
mkl-service 2.3.0 py37hb782905_0
mkl_fft 1.0.15 py37h14836fe_0
mkl_random 1.1.1 py37h47e9c7a_0
networkx 2.4 py_0
numpy 1.18.1 py37h93ca92e_0
numpy-base 1.18.1 py37hc3f5095_1
nvidia-ml-py3 7.352.1 pypi_0 pypi oauthlib 3.1.0 py_0
olefile 0.46 py37_0
opencv-python 4.2.0.34 pypi_0 pypi openssl 1.1.1g he774522_0
opt_einsum 3.1.0 py_0
pathlib 1.0.1 py37_1
pillow 7.1.2 py37hcc1f983_0
pip 20.0.2 py37_3
plaidml 0.6.4 pypi_0 pypi plaidml-keras 0.6.4 pypi_0 pypi protobuf 3.11.4 py37h33f27b4_0
psutil 5.7.0 py37he774522_0
pyasn1 0.4.8 py_0
pyasn1-modules 0.2.7 py_0
pycparser 2.20 py_0
pyjwt 1.7.1 py37_0
pyopenssl 19.1.0 py37_0
pyparsing 2.4.7 py_0
pyqt 5.9.2 py37h6538335_2
pyreadline 2.1 py37_1
pysocks 1.7.1 py37_0
python 3.7.7 h81c818b_4
python-dateutil 2.8.1 py_0
pywavelets 1.1.1 py37he774522_0
pywin32 227 py37he774522_1
pyyaml 5.3.1 py37he774522_0
qt 5.9.7 vc14h73c81de_0
requests 2.23.0 py37_0
requests-oauthlib 1.3.0 py_0
rsa 4.0 py_0
scikit-image 0.16.2 py37h47e9c7a_0
scikit-learn 0.22.1 py37h6288b17_0
scipy 1.4.1 py37h9439919_0
setuptools 47.1.1 py37_0
sip 4.19.8 py37h6538335_0
six 1.15.0 py_0
sqlite 3.31.1 h2a8f88b_1
tensorboard 2.2.1 pyh532a8cf_0
tensorboard-plugin-wit 1.6.0 py_0
tensorflow 1.15.0 eigen_py37h9f89a44_0
tensorflow-base 1.15.0 eigen_py37h07d2309_0
tensorflow-estimator 1.15.1 pyh2649769_0
termcolor 1.1.0 py37_1
tk 8.6.8 hfa6e2cd_0
toolz 0.10.0 py_0
toposort 1.5 pypi_0 pypi tornado 6.0.4 py37he774522_1
tqdm 4.46.0 py_0
urllib3 1.25.8 py37_0
vc 14.1 h0510ff6_4
vs2015_runtime 14.16.27012 hf0eaf9b_2
werkzeug 0.16.1 py_0
wheel 0.34.2 py37_0
win_inet_pton 1.1.0 py37_0
wincertstore 0.2 py37_0
wrapt 1.12.1 py37he774522_1
xz 5.2.5 h62dcd97_0
yaml 0.1.7 hc54c509_2
zlib 1.2.11 h62dcd97_4
zstd 1.4.4 ha9fde0e_3 ================= Configs ================== --------- .faceswap --------- backend: amd --------- convert.ini --------- [color.color_transfer] clip: True preserve_paper: True [color.manual_balance] colorspace: HSV balance_1: 0.0 balance_2: 0.0 balance_3: 0.0 contrast: 0.0 brightness: 0.0 [color.match_hist] threshold: 99.0 [mask.box_blend] type: gaussian distance: 11.0 radius: 5.0 passes: 1 [mask.mask_blend] type: normalized kernel_size: 3 passes: 4 threshold: 4 erosion: 0.0 [scaling.sharpen] method: unsharp_mask amount: 150 radius: 0.3 threshold: 5.0 [writer.ffmpeg] container: mp4 codec: libx264 crf: 23 preset: medium tune: none profile: auto level: auto [writer.gif] fps: 25 loop: 0 palettesize: 256 subrectangles: False [writer.opencv] format: png draw_transparent: False jpg_quality: 75 png_compress_level: 3 [writer.pillow] format: png draw_transparent: False optimize: False gif_interlace: True jpg_quality: 75 png_compress_level: 3 tif_compression: tiff_deflate --------- extract.ini --------- [global] allow_growth: False [align.fan] batch-size: 12 [detect.cv2_dnn] confidence: 50 [detect.mtcnn] minsize: 20 threshold_1: 0.6 threshold_2: 0.7 threshold_3: 0.7 scalefactor: 0.709 batch-size: 8 [detect.s3fd] confidence: 70 batch-size: 4 [mask.unet_dfl] batch-size: 8 [mask.vgg_clear] batch-size: 6 [mask.vgg_obstructed] batch-size: 2 --------- gui.ini --------- [global] fullscreen: False tab: extract options_panel_width: 30 console_panel_height: 20 icon_size: 14 font: default font_size: 9 autosave_last_session: prompt timeout: 120 auto_load_model_stats: True --------- train.ini --------- [global] coverage: 68.75 mask_type: none mask_blur_kernel: 3 mask_threshold: 4 learn_mask: False icnr_init: False conv_aware_init: False reflect_padding: False penalized_mask_loss: True loss_function: mae learning_rate: 5e-05 [model.dfl_h128] lowmem: False [model.dfl_sae] input_size: 128 clipnorm: True architecture: df autoencoder_dims: 0 encoder_dims: 42 decoder_dims: 21 multiscale_decoder: False [model.dlight] features: best details: good output_size: 256 [model.original] lowmem: False [model.realface] input_size: 64 output_size: 128 dense_nodes: 1536 complexity_encoder: 128 complexity_decoder: 512 [model.unbalanced] input_size: 128 lowmem: False clipnorm: True nodes: 1024 complexity_encoder: 128 complexity_decoder_a: 384 complexity_decoder_b: 512 [model.villain] lowmem: False [trainer.original] preview_images: 14 zoom_amount: 5 rotation_range: 10 shift_range: 5 flip_chance: 50 color_lightness: 30 color_ab: 8 color_clahe_chance: 50 color_clahe_max_size: 4

Tags:
User avatar
torzdf
Posts: 2651
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 129 times
Been thanked: 622 times

Re: Errors on converting

Post by torzdf »

This is a message from inside plaidML (the backend used to train on AMD cards). Unfortunately, a cursory search on Google only returns a similar error here on Faceswap, so I will need to refer you to that:

viewtopic.php?t=534

Looking at the error message, it actually looks like it is being elevated up from beneath plaidML (maybe from the underlying openCL library). I do note that this user also has a GFX series card, so would imagine that this range of cards are not particularly well suited for Machine Learning

My word is final

User avatar
draliko
Posts: 2
Joined: Wed Jun 10, 2020 4:38 am

Re: plaidml.exceptions.Unknown: Cross device functions not supported

Post by draliko »

Thanks the strange thing is that I was able to do a conversion before and only after 2 days that error started, I don't update anything sw wise on the pc, not even Windows, also a fresh install seems not able to resolve it. Gotta try with a fresh set of videos this evening to see if is something about the model gone wrong

Locked