Sadjad Alikhani commited on
Update input_preprocess.py
Browse files- input_preprocess.py +0 -2
input_preprocess.py
CHANGED
|
@@ -41,8 +41,6 @@ def tokenizer(selected_scenario_names=None, manual_data=None, gen_raw=True):
|
|
| 41 |
preprocessed_data, sequence_length, element_length: Preprocessed data and related dimensions.
|
| 42 |
"""
|
| 43 |
|
| 44 |
-
set_random_seed()
|
| 45 |
-
|
| 46 |
if manual_data is not None:
|
| 47 |
patches = patch_maker(np.expand_dims(np.array(manual_data), axis=1))
|
| 48 |
#patches = patch_maker(torch.tensor(manual_data, dtype=torch.complex64).unsqueeze(1))
|
|
|
|
| 41 |
preprocessed_data, sequence_length, element_length: Preprocessed data and related dimensions.
|
| 42 |
"""
|
| 43 |
|
|
|
|
|
|
|
| 44 |
if manual_data is not None:
|
| 45 |
patches = patch_maker(np.expand_dims(np.array(manual_data), axis=1))
|
| 46 |
#patches = patch_maker(torch.tensor(manual_data, dtype=torch.complex64).unsqueeze(1))
|