You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to decide on how we want to keep track of how files were created.
Here I implemented a dictionary which keeps track of which settings were used for the creation of a file, however, I am sure there will be better solutions.
One thing could be creating log files and having a file with references for which log file belongs to which file. I that case, if you want to check how a file was created, you look up the file name in the reference file and then you know which log file you have to inspect.
Looking forward to you suggestions.
The text was updated successfully, but these errors were encountered:
jumeg/pipelines/1_preprocessing.py
Line 40 in 28c3286
We have to decide on how we want to keep track of how files were created.
Here I implemented a dictionary which keeps track of which settings were used for the creation of a file, however, I am sure there will be better solutions.
One thing could be creating log files and having a file with references for which log file belongs to which file. I that case, if you want to check how a file was created, you look up the file name in the reference file and then you know which log file you have to inspect.
Looking forward to you suggestions.
The text was updated successfully, but these errors were encountered: