Skip to content
Snippets Groups Projects
Commit 86619fa1 authored by nz11's avatar nz11
Browse files

translate without any training

parent 5acdd67f
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ print ('test size', len(X_test)) ...@@ -217,7 +217,7 @@ print ('test size', len(X_test))
translate_to_approxhpvm(model, OUTPUT_DIR, X_tune, y_tune, 1000, dump_weights=False) translate_to_approxhpvm(model, OUTPUT_DIR, X_tune, y_tune, 1000)
# # dumpCalibrationData2(OUTPUT_DIR + 'test_input_10K.bin', X_test, OUTPUT_DIR + 'test_labels_10K.bin', y_true) # # dumpCalibrationData2(OUTPUT_DIR + 'test_input_10K.bin', X_test, OUTPUT_DIR + 'test_labels_10K.bin', y_true)
# dumpCalibrationData2(OUTPUT_DIR + 'tune_input.bin', X_tune, OUTPUT_DIR + 'tune_labels.bin', y_tune) # dumpCalibrationData2(OUTPUT_DIR + 'tune_input.bin', X_tune, OUTPUT_DIR + 'tune_labels.bin', y_tune)
......
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