Skip to content

Move files temp

Nikita Ivvan Pond requested to merge move_files_temp into main

Allows the config option 'move_files_temp' to be used in the data subsection of the training config. This automatically copies over the training and validation file to the desired path. Useful for moving files directly into RAM by using a location of the form '/dev/shm/' on systems with high memory, or alternatively onto local node drives.

Merge request reports