Spaces:
Runtime error
Runtime error
Commit ·
c83b207
1
Parent(s): 3dbb33b
Resolving errors
Browse files
quantum_perceptron/train/data_gen.py
CHANGED
|
@@ -41,7 +41,7 @@ def generate_dataset(num_qubits: int = 4,
|
|
| 41 |
num_pos_train_samples: int = 50,
|
| 42 |
num_neg_train_samples: int = 3000):
|
| 43 |
"""
|
| 44 |
-
Generate training dataset with fixed weight.
|
| 45 |
|
| 46 |
Args:
|
| 47 |
num_qubits: `int` representing number of qubits.
|
|
|
|
| 41 |
num_pos_train_samples: int = 50,
|
| 42 |
num_neg_train_samples: int = 3000):
|
| 43 |
"""
|
| 44 |
+
Generate training dataset with fixed weight value.
|
| 45 |
|
| 46 |
Args:
|
| 47 |
num_qubits: `int` representing number of qubits.
|