Known Issues

  • cuFFT, cuDNN and cuBLAS errors when importing the TensorFlow library

    Error description:
    In the current Tensorflow versions, the error shown occurs during import.

    This bug has already been reported to the TensorFlow OpenSource community. A solution is being awaited.

    Temporary solution:
    The GPU provided can still be used without CUDA, with the result that certain calculations (e.g. FFT or DNN training) will be slower.
     
  • Error "Move Error: Unknown error renaming file..." appears when files are moved within the file manager of JupyterLab

    Error description:

    When copying data via drag-and-drop, the error "Move Error: Unknown error renaming file..." may occur (see figure).

    In most cases, the contents are copied correctly.

    Temporary solution:
    During the drag-and-drop operation, JupyterLab attempts to move the files, i.e., to copy and then delete them. Since deletion is not possible in a read-only directory, JupyterLab throws an error. The error can be avoided by copying the files and then pasting them again (e.g., Ctrl + C and Ctrl + V or right-click >> "Copy" and "Paste").
     
  • Warning when starting a profile for the first time

    Error description:
    When a profile is started by a user for the first time, the following warning is displayed briefly during the start process:


    Temporary solution:
    As this is not an error, no action is required. The JupyterLab environment starts as expected.