cmaron / CS-7641-assignments

CS 7641 - All the code
MIT License
158 stars 124 forks source link

Assignment 3: invalid syntax for clustering script #14

Closed MstrOfShadows closed 5 years ago

MstrOfShadows commented 5 years ago

Getting the following syntaxerror:

File "run_clustering.sh", line 6 python run_experiment.py --ica --dataset1 --dim 4 --skiprerun --verbose --threads -1 > ica-dataset1-clustering.log 2>&1 ^

MstrOfShadows commented 5 years ago

Was not using python 3 my mistake.