Skip to content
Snippets Groups Projects
Commit b620acbe authored by chrysanthopoulou's avatar chrysanthopoulou
Browse files

Add some minepy visualisation code

parent d4462195
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
#!/bin/bash
#SBATCH --job-name=minepy
#SBATCH --output=minepy_6.txt
#SBATCH --job-name=minepy_visualisation
#SBATCH --output=minepy_visualisation.txt
#SBATCH --mail-user=chrysanthopoulou@cl.uni-heidelberg.de
#SBATCH --mail-type=ALL
#SBATCH --partition=gpulong
#SBATCH --time=3-00:00:00
#SBATCH --time=3:00:00
#SBATCH --gres=gpu:4
#SBATCH --ntasks=4
......@@ -16,6 +16,7 @@
#source fanfic_venv/bin/activate
source ../mic_venv/bin/activate
#cd correlation_with_minepy
python3 example_4.py
#python3 example_4.py
python3 visualisation.py
deactivate
#python3 fanfic_preprocessing
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment