complexhalf (complex32) isn't supported by torch.linalg.qr
This commit is contained in:
@@ -15,7 +15,7 @@ global_settings = GlobalSettings(
|
||||
|
||||
data_settings = DataSettings(
|
||||
config_path = "data/*-128-16384-100000-0-0-17-0-PAM4-0.ini",
|
||||
dtype = ("complex64", "float64", "complex32", "float32"),
|
||||
dtype = ("complex128", "complex64", "float64", "float32"),
|
||||
symbols = (1, 16),
|
||||
model_input_dim = (1, 32),
|
||||
shuffle = True,
|
||||
|
||||
Reference in New Issue
Block a user