#! /bin/bash # Example of running cocomost: simply give it the train and test file names. # If you have any errors make sure you ran the makefile and preprocessing. # This is simply an example so I'm using the same file twice, but please try with others. cd .. Train="data/omid2" Test="data/omid1" ./cocomost $Train $Test