update TF models (beta version)

This commit is contained in:
D-X-Y
2020-01-05 22:19:38 +11:00
parent e6ca3628ce
commit 5ac5060a33
18 changed files with 1253 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
{
"dataset" : ["str", "cifar"],
"arch" : ["str", "simres"],
"depth" : ["int", 5],
"super_type": ["str" , "basic"],
"zero_init_residual" : ["bool", "0"]
}