Environment | Version |
---|---|
Operating System | Ubuntu 20.04.4 LTS, Windows 10 21H2 |
Python | 3.8.10 |
PIP | pip 22.1.2 |
Experimental Setup | Component |
---|---|
Windows 10 21H2 | CPU: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz 1.80 GHz |
RAM: 32.0 GB (31.4 GB usable) | |
Ubuntu 20.04.5 LTS | CPU: Intel® Core™ i7-8700 CPU @ 3.20GHz × 12 |
RAM: 31,2 GiB |
The installation of python depends per operating system.
The python dependencies can be installed using REQUIREMENTS.txt (see INSTALL.sh).
There are two distinct ways to run code located in ''/src'':
- Jupyter: The IPYNB files are considered the main files. It is recommended to use the program Visual Studio Code with the Jupyter-Extension. Any alternative may also work.
- Native python: The PY files are simply copied from the content of the Jupyter files. Mainly used in context of the RUN scripts (Powershell or Shell) for multiple execution.
Note that ''/src/config.py'' contains additional settings which are relevant for both, IPYNB and PY files.
The execution of either Jupyter or native python files will create log-files in ''/log'', which contain the most crucial information on the programs performance.
None as of now.
Available in tex
Some are archived in log-lnx and log-win. New logs are generated as the python scripts are executed.