tpu
This commit is contained in:
@@ -190,6 +190,10 @@ class TensorFlowImplementationTester:
|
||||
|
||||
# Test NoisySpeechModel
|
||||
try:
|
||||
# First calculate expected dimensions from NoiseModel test
|
||||
expected_time_steps = (20 - 4) // 2 + 1
|
||||
expected_features = 512 * 4
|
||||
|
||||
noisy_model = NoisySpeechModel(
|
||||
neural_dim=expected_features, # Takes processed input
|
||||
n_units=64,
|
||||
|
Reference in New Issue
Block a user