Skip to content

Commit 624ee71

Browse files
committed
Rename scripts
1 parent 66897d3 commit 624ee71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autogan.py renamed to generator_autogan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import tensorflow as tf
55

6-
from network import GANetwork
6+
from generator_gan import GANetwork
77
from operators import conv2d, relu_dropout, linear
88

99
class AutoGanGenerator(GANetwork):
File renamed without changes.

train.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import os
3-
from network import GANetwork
4-
from autogan import AutoGanGenerator
3+
from generator_gan import GANetwork
4+
from generator_autogan import AutoGanGenerator
55

66

77
CONFIG = {

0 commit comments

Comments
 (0)