From f2af1e7a9efdcffaa80ad2a77444a558c7159b86 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Mon, 7 May 2018 15:44:06 -0700 Subject: [PATCH] Add forgotten experiment into Schemas/configuration.json --- Schemas/configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Schemas/configuration.json b/Schemas/configuration.json index 8ddb2bfb3..08eb64d83 100644 --- a/Schemas/configuration.json +++ b/Schemas/configuration.json @@ -17,7 +17,8 @@ "exp_text_node", "exp_interface_state_coalesce", "exp_unfair_lock", - "exp_infer_layer_defaults" + "exp_infer_layer_defaults", + "exp_network_image_queue" ] } }