mehrdadkhani / MMNet

52 stars 28 forks source link

benchmark models (classic folder) #4

Open hanu72 opened 4 years ago

hanu72 commented 4 years ago

Thanks mehrd for posting code in online. While I executing the code I am getting the following error.

runfile('C:/Users/408117001/Downloads/MMNet/MMNet-master/classic/benchmark.py', wdir='C:/Users/408117001/Downloads/MMNet/MMNet-master/classic') usage: benchmark.py [-h] [--numSamples NUMSAMPLES] [--goTo GOTO] --x-size X_SIZE --y-size Y_SIZE --snr-min SNR_MIN --snr-max SNR_MAX --batch-size BATCH_SIZE --modulation MODULATION [--overwrite] [--correlated] [--ML] [--AMP] [--SDR] [--BLAST] [--MMSE] [--data] --data-dir DATA_DIR [--parallel] benchmark.py: error: the following arguments are required: --x-size/-xs, --y-size/-ys, --snr-min, --snr-max, --batch-size, --modulation/-mod, --data-dir An exception has occurred, use %tb to see the full traceback.

SystemExit: 2

I am unable to see the output of the classic models. can you please help me how to resolve this issue?