Skip to content

Commit 49c5679

Browse files
wcn3mn-robot
authored andcommitted
Internal change
PiperOrigin-RevId: 380839325
1 parent ec4d407 commit 49c5679

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

examples/slim/BUILD

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ py_library(
273273
name = "alexnet",
274274
srcs = ["nets/alexnet.py"],
275275
srcs_version = "PY3",
276-
srcs_version = "PY3",
277276
deps = [
278277
# "//tensorflow",
279278
],
@@ -347,7 +346,6 @@ py_library(
347346
name = "i3d",
348347
srcs = ["nets/i3d.py"],
349348
srcs_version = "PY3",
350-
srcs_version = "PY3",
351349
deps = [
352350
":i3d_utils",
353351
":s3dg",
@@ -372,7 +370,6 @@ py_library(
372370
name = "i3d_utils",
373371
srcs = ["nets/i3d_utils.py"],
374372
srcs_version = "PY3",
375-
srcs_version = "PY3",
376373
deps = [
377374
# "//tensorflow",
378375
],
@@ -382,7 +379,6 @@ py_library(
382379
name = "inception",
383380
srcs = ["nets/inception.py"],
384381
srcs_version = "PY3",
385-
srcs_version = "PY3",
386382
deps = [
387383
":inception_resnet_v2",
388384
":inception_v1",
@@ -396,7 +392,6 @@ py_library(
396392
name = "inception_utils",
397393
srcs = ["nets/inception_utils.py"],
398394
srcs_version = "PY3",
399-
srcs_version = "PY3",
400395
deps = [
401396
# "//tensorflow",
402397
],
@@ -406,7 +401,6 @@ py_library(
406401
name = "inception_v1",
407402
srcs = ["nets/inception_v1.py"],
408403
srcs_version = "PY3",
409-
srcs_version = "PY3",
410404
deps = [
411405
":inception_utils",
412406
# "//tensorflow",
@@ -417,7 +411,6 @@ py_library(
417411
name = "inception_v2",
418412
srcs = ["nets/inception_v2.py"],
419413
srcs_version = "PY3",
420-
srcs_version = "PY3",
421414
deps = [
422415
":inception_utils",
423416
# "//tensorflow",
@@ -428,7 +421,6 @@ py_library(
428421
name = "inception_v3",
429422
srcs = ["nets/inception_v3.py"],
430423
srcs_version = "PY3",
431-
srcs_version = "PY3",
432424
deps = [
433425
":inception_utils",
434426
# "//tensorflow",
@@ -439,7 +431,6 @@ py_library(
439431
name = "inception_v4",
440432
srcs = ["nets/inception_v4.py"],
441433
srcs_version = "PY3",
442-
srcs_version = "PY3",
443434
deps = [
444435
":inception_utils",
445436
# "//tensorflow",
@@ -450,7 +441,6 @@ py_library(
450441
name = "inception_resnet_v2",
451442
srcs = ["nets/inception_resnet_v2.py"],
452443
srcs_version = "PY3",
453-
srcs_version = "PY3",
454444
deps = [
455445
# "//tensorflow",
456446
],
@@ -537,7 +527,6 @@ py_library(
537527
name = "mobilenet_v1",
538528
srcs = ["nets/mobilenet_v1.py"],
539529
srcs_version = "PY3",
540-
srcs_version = "PY3",
541530
deps = [
542531
# "//tensorflow",
543532
],
@@ -547,7 +536,6 @@ py_library(
547536
name = "mobilenet_v2",
548537
srcs = glob(["nets/mobilenet/*.py"]),
549538
srcs_version = "PY3",
550-
srcs_version = "PY3",
551539
deps = [
552540
# "//tensorflow",
553541
],
@@ -615,7 +603,6 @@ py_library(
615603
name = "nasnet_utils",
616604
srcs = ["nets/nasnet/nasnet_utils.py"],
617605
srcs_version = "PY3",
618-
srcs_version = "PY3",
619606
deps = [
620607
# "//tensorflow",
621608
],
@@ -625,7 +612,6 @@ py_library(
625612
name = "nasnet",
626613
srcs = ["nets/nasnet/nasnet.py"],
627614
srcs_version = "PY3",
628-
srcs_version = "PY3",
629615
deps = [
630616
":nasnet_utils",
631617
# "//tensorflow",
@@ -661,7 +647,6 @@ py_library(
661647
name = "pnasnet",
662648
srcs = ["nets/nasnet/pnasnet.py"],
663649
srcs_version = "PY3",
664-
srcs_version = "PY3",
665650
deps = [
666651
":nasnet",
667652
":nasnet_utils",
@@ -686,7 +671,6 @@ py_library(
686671
name = "overfeat",
687672
srcs = ["nets/overfeat.py"],
688673
srcs_version = "PY3",
689-
srcs_version = "PY3",
690674
deps = [
691675
# "//tensorflow",
692676
],
@@ -708,7 +692,6 @@ py_library(
708692
name = "pix2pix",
709693
srcs = ["nets/pix2pix.py"],
710694
srcs_version = "PY3",
711-
srcs_version = "PY3",
712695
deps = [
713696
# "//tensorflow",
714697
],
@@ -729,7 +712,6 @@ py_library(
729712
name = "resnet_utils",
730713
srcs = ["nets/resnet_utils.py"],
731714
srcs_version = "PY3",
732-
srcs_version = "PY3",
733715
deps = [
734716
# "//tensorflow",
735717
],
@@ -739,7 +721,6 @@ py_library(
739721
name = "resnet_v1",
740722
srcs = ["nets/resnet_v1.py"],
741723
srcs_version = "PY3",
742-
srcs_version = "PY3",
743724
deps = [
744725
":resnet_utils",
745726
# "//tensorflow",
@@ -766,7 +747,6 @@ py_library(
766747
name = "resnet_v2",
767748
srcs = ["nets/resnet_v2.py"],
768749
srcs_version = "PY3",
769-
srcs_version = "PY3",
770750
deps = [
771751
":resnet_utils",
772752
# "//tensorflow",
@@ -792,7 +772,6 @@ py_library(
792772
name = "s3dg",
793773
srcs = ["nets/s3dg.py"],
794774
srcs_version = "PY3",
795-
srcs_version = "PY3",
796775
deps = [
797776
":i3d_utils",
798777
# "//tensorflow",
@@ -816,7 +795,6 @@ py_library(
816795
name = "vgg",
817796
srcs = ["nets/vgg.py"],
818797
srcs_version = "PY3",
819-
srcs_version = "PY3",
820798
deps = [
821799
# "//tensorflow",
822800
],

0 commit comments

Comments
 (0)