Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charlesyou999648/GAN-CIRCLE
/ functions
Functions
52 in github.com/charlesyou999648/GAN-CIRCLE
⨍
Functions
52
◇
Types & classes
1
↓ 8 callers
Function
discriminator
(x, nf=64, scope='dis')
models/models.py:102
↓ 7 callers
Function
conv2d
(x, n_outputs, kernel_size, stride=1, padding='SAME', activation_fn=None, scope='conv2d')
models/layers.py:9
↓ 7 callers
Function
generator
(x, nf=32, c=1, scope='gen')
models/models.py:17
↓ 7 callers
Function
lrelu
(x, leak=0.2, scope='lrelu')
models/layers.py:5
↓ 5 callers
Function
instance_norm
(x, eps=1e-5, scope='instance_norm')
models/layers.py:35
↓ 4 callers
Function
conv
(x, channels, kernel=4, stride=1, padding='same', use_bias=True, scope='conv')
ops.py:13
↓ 4 callers
Function
cyclic_loss_new
(real, cycle)
util/loss.py:3
↓ 3 callers
Function
training_parser
()
util/parser.py:53
↓ 2 callers
Function
_bytes_feature
(value)
util/nifti_to_binary.py:12
↓ 2 callers
Function
discriminator_loss
(type, real, fake)
ops.py:91
↓ 2 callers
Method
fake_pool
(self, fake, pool, n_fake)
models/cyclegan.py:193
↓ 2 callers
Function
generator_loss
(type, fake)
ops.py:112
↓ 2 callers
Method
get_batch_data
(self,data,idx)
models/cyclegan.py:45
↓ 2 callers
Function
instance_norm
(x, scope='instance_norm')
ops.py:81
↓ 2 callers
Function
relu
(x)
ops.py:71
↓ 2 callers
Method
setup
(self)
models/cyclegan.py:62
↓ 2 callers
Function
testing_parser
()
util/parser.py:93
↓ 1 callers
Function
flatten
(x)
ops.py:35
↓ 1 callers
Method
forward
(self)
models/cyclegan.py:84
↓ 1 callers
Function
general_parser
()
util/parser.py:31
↓ 1 callers
Method
loss
(self)
models/cyclegan.py:130
↓ 1 callers
Function
main
()
train.py:14
↓ 1 callers
Function
main
()
test.py:7
↓ 1 callers
Function
main
()
util/nifti_to_binary.py:72
↓ 1 callers
Function
nifti_to_binary_parser
()
util/parser.py:110
↓ 1 callers
Function
np_to_binary
(array)
util/nifti_to_binary.py:15
↓ 1 callers
Function
resize
(image, scale)
ops.py:38
↓ 1 callers
Function
resize
(image, shape, interpolation='continuous')
util/nifti_to_binary.py:59
↓ 1 callers
Method
test
(self,data,label)
models/cyclegan.py:315
↓ 1 callers
Method
train
(self,data,label)
models/cyclegan.py:213
↓ 1 callers
Function
write_to_tfrecord
(array, tfrecord_file)
util/nifti_to_binary.py:19
Function
L1_loss
(x, y)
ops.py:130
Method
__init__
(self, config,is_train, restore_ckpt, model_dir='./Network/cycleGAN/',summary_dir='./log/')
models/cyclegan.py:16
Function
bn
(x, eps=1e-5, scope='batch_norm')
models/layers.py:31
Function
cyclic_loss
(real, cycle)
util/loss.py:7
Function
deconv
(x, channels, kernel=3, stride=2, use_bias=True, scope='deconv_0')
ops.py:19
Function
deconv2d
(x, n_outputs, kernel_size, stride=1, padding='SAME', activation_fn=None, scope='deconv2d')
models/layers.py:19
Function
discriminator_loss
(type, real, fake)
util/loss.py:21
Function
generator_loss
(type, fake)
util/loss.py:42
Function
linear
(x, units, use_bias=True, scope='linear')
ops.py:28
Function
lrelu
(x, alpha=0.01)
ops.py:67
Function
lsgan_dis_loss
(real, fake)
util/loss.py:13
Function
lsgan_gen_loss
(fake)
util/loss.py:10
Function
npy_to_nifti
(subject, npy_path, affine_path, nifti_path, basename, axis)
util/nifti_to_binary.py:43
Function
positive_float
(value)
util/parser.py:24
Function
positive_int
(value)
util/parser.py:3
Function
positive_or_zero_int
(value)
util/parser.py:10
Function
read_from_tfrecord
(filenames, shuffle=True)
util/nifti_to_binary.py:28
Function
resblock
(x_init, channels, use_bias=True, scope='resblock')
ops.py:50
Function
resnet_block
(x, nf, scope='res')
models/models.py:6
Function
restricted_int
(value)
util/parser.py:17
Function
tanh
(x)
ops.py:74