Lcococi
Lcococi
Could not import SPECTRE. Make sure you pull the repository with submodules to enable SPECTRE. Traceback (most recent call last): File "/mnt/workspace/inferno/inferno/models/temporal/external/SpectrePreprocessor.py", line 16, in from spectre.src.spectre import SPECTRE ModuleNotFoundError:...
File "train_mdn.py", line 146, in create_model module = clazz.partial(**model_kwargs) AttributeError: type object 'TransformerMDN' has no attribute 'partial'
**--When I run:** python3 train_mdn.py **--There is error arised form “data_utils.py”:** ``` else: ds_maxes = ds.map(lambda x: tf.reduce_max(x), num_parallel_calls=AUTOTUNE) ds_mins = ds.map(lambda x: tf.reduce_min(x), num_parallel_calls=AUTOTUNE) ds_min = ds_mins.reduce(tf.float32.max, lambda x,...