ssh -X lalitha.v@ada.iiit.ac.in
cd General_KO_Codes/
sinteractive -c 20 -g 4 (It may take a couple of minutes. Please wait)
Your terminal will now say
(base) lalitha.v@gnodexx:~/General_KO_Codes$
For testing C(n=2,r=1,m=6) /home/lalitha.v/miniconda3/envs/venv/bin/python3.8 -m app.auto_tester c_n2_r1_m6
For testing C(n=3,r=1,m=4) /home/lalitha.v/miniconda3/envs/venv/bin/python3.8 -m app.auto_tester c_n3_r1_m4
For testing C(n=3,r=2,m=4) /home/lalitha.v/miniconda3/envs/venv/bin/python3.8 -m app.auto_tester c_n3_r2_m4
- numpy (1.14.1)
- pytorch (1.4)
python data/generate_data.py
- To train :
python -m app.auto_trainer c_n3_r2_m4
- To test:
python -m app.auto_tester c_n3_r2_m4
We are using Belief Propagation from https://github.com/YairMZ/belief_propagation.