PhD codes in a more organized way
/aqa_siamese
├── condaEnvironments/
├── Dataset/
├── Python/
│ ├── with_attention/
│ ├── wo_attention/
│ ├── pyOutputs/
│ ├── datasets/
├── README.md
We can create an environment with using the command conda create, but I've provided all the packages that I've used to run the Jupyter notebooks.
conda create -n new_env --file packages.txt
conda env create -n new_env -f environment.yml