Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OUCMachineLearning/OUCML
/ functions
Functions
641 in github.com/OUCMachineLearning/OUCML
⨍
Functions
641
◇
Types & classes
112
↓ 1 callers
Method
build_model
Graph Input
GAN/Self_attention_GAN_tensorflow/SAGAN.py:238
↓ 1 callers
Method
build_model
(self)
GAN/self_attention _gan/trainer.py:191
↓ 1 callers
Method
build_tensorboard
(self)
GAN/self_attention _gan/trainer.py:209
↓ 1 callers
Method
build_vgg
Builds a pre-trained VGG19 model that outputs image features extracted at the third block of the model
GAN/srgan_celebA/srgan.py:114
↓ 1 callers
Method
build_vgg
Builds a pre-trained VGG19 model that outputs image features extracted at the third block of the model
One_Day_One_GAN/day6/srgan/srgan.py:101
↓ 1 callers
Function
calculate_psnr
(img1, img2)
One_Day_One_GAN/day6/srgan_pytorch/PSRN_SSIM.py:68
↓ 1 callers
Function
calculate_ssim
calculate SSIM the same outputs as MATLAB's img1, img2: [0, 255]
One_Day_One_GAN/day6/srgan_pytorch/PSRN_SSIM.py:101
↓ 1 callers
Method
cell
(self, x, h_prev, x_mask, h_mask)
AutoML/darts-master/rnn/model.py:71
↓ 1 callers
Function
center_crop
(x, crop_h, crop_w=None, resize_w=64)
GAN/datadownloader/utils.py:6
↓ 1 callers
Function
center_crop
(x, crop_h , crop_w=None, resize_w=64)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:203
↓ 1 callers
Function
check_args
(args)
GAN/Self_attention_GAN_tensorflow/main.py:52
↓ 1 callers
Method
color_change_mode
(self)
GAN/人脸还原SCFEGAN/demo.py:91
↓ 1 callers
Function
compute_acc
(preds, labels)
GAN/ACGAN-PyTorch-master/utils.py:11
↓ 1 callers
Method
decode
(self, z)
One_Day_One_GAN/day15/vae.py:63
↓ 1 callers
Function
dehaze_image
(image_path)
GAN/DEHAZE-AOE_torch/dehaze.py:18
↓ 1 callers
Method
demo
(self, config, batch)
GAN/人脸还原SCFEGAN/model.py:131
↓ 1 callers
Function
discriminator_loss
(loss_func, real, fake)
GAN/Self_attention_GAN_tensorflow/ops.py:186
↓ 1 callers
Function
download_celeb_a
(dirpath)
GAN/Self_attention_GAN_tensorflow/download.py:43
↓ 1 callers
Function
download_celeb_a
(dirpath)
GAN/datadownloader/download.py:80
↓ 1 callers
Function
download_cifar10
(download_path)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/download.py:132
↓ 1 callers
Function
download_fashion_mnist
(download_path)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/download.py:65
↓ 1 callers
Function
download_file_from_google_drive
(id, destination)
GAN/Self_attention_GAN_tensorflow/download.py:13
↓ 1 callers
Function
download_file_from_google_drive
(id, destination)
GAN/datadownloader/download.py:45
↓ 1 callers
Function
download_lsun
(dirpath)
GAN/datadownloader/download.py:124
↓ 1 callers
Function
download_mnist
(dirpath)
GAN/datadownloader/download.py:141
↓ 1 callers
Function
download_mnist
(dirpath)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/download.py:44
↓ 1 callers
Function
download_svhn
(download_path)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/download.py:103
↓ 1 callers
Method
drawMask
(self, prev_pt, curr_pt)
GAN/人脸还原SCFEGAN/ui/mouse_event.py:86
↓ 1 callers
Method
drawSketch
(self, prev_pt, curr_pt)
GAN/人脸还原SCFEGAN/ui/mouse_event.py:91
↓ 1 callers
Method
drawStroke
(self, prev_pt, curr_pt)
GAN/人脸还原SCFEGAN/ui/mouse_event.py:96
↓ 1 callers
Function
embedded_dropout
(embed, words, dropout=0.1, scale=None)
AutoML/darts-master/rnn/utils.py:54
↓ 1 callers
Method
encode
(self, x)
One_Day_One_GAN/day15/vae.py:50
↓ 1 callers
Function
evaluate
(data_source, batch_size=10)
AutoML/darts-master/rnn/test.py:88
↓ 1 callers
Function
evaluate
(data_source, batch_size=10)
AutoML/darts-master/rnn/train_search.py:150
↓ 1 callers
Function
find_classes
(dir, classes_idx=None)
GAN/ACGAN-PyTorch-master/folder.py:23
↓ 1 callers
Function
from_weights
Build a model and load its pretrained weights from `weights_file`.
One_Day_One_GAN/day15/model.py:83
↓ 1 callers
Function
generator_loss
(loss_func, fake)
GAN/Self_attention_GAN_tensorflow/ops.py:210
↓ 1 callers
Method
genotype
(self)
AutoML/darts-master/cnn/model_search.py:133
↓ 1 callers
Method
getNextBatch
(self, batch_num=0)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:63
↓ 1 callers
Method
getNextBatch2
(self, batch_num=0, batch_size=100)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:71
↓ 1 callers
Function
get_confirm_token
(response)
GAN/Self_attention_GAN_tensorflow/download.py:27
↓ 1 callers
Function
get_confirm_token
(response)
GAN/datadownloader/download.py:58
↓ 1 callers
Function
get_conv_shape
(tensor)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/ops.py:96
↓ 1 callers
Function
get_image
(image_path, image_size, is_crop=True, resize_w=64, is_grayscale = False)
GAN/datadownloader/utils.py:43
↓ 1 callers
Function
get_image
(image_path , image_size , is_crop=True, resize_w = 64 , is_grayscale = False)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:187
↓ 1 callers
Function
get_parameters
()
GAN/self_attention _gan/parameter.py:6
↓ 1 callers
Method
gradient_penalty
(self, real, fake)
GAN/Self_attention_GAN_tensorflow/SAGAN.py:199
↓ 1 callers
Function
imread
(path, is_grayscale = False)
GAN/datadownloader/utils.py:34
↓ 1 callers
Function
imread
(path, is_grayscale=False)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:216
↓ 1 callers
Function
imsave
(images, size, path)
GAN/Self_attention_GAN_tensorflow/utils.py:109
↓ 1 callers
Function
imsave
(images, size, path)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:223
↓ 1 callers
Function
infer
(valid_queue, model, criterion)
AutoML/darts-master/cnn/test_imagenet.py:86
↓ 1 callers
Function
infer
(valid_queue, model, criterion)
AutoML/darts-master/cnn/train.py:143
↓ 1 callers
Function
infer
(test_queue, model, criterion)
AutoML/darts-master/cnn/test.py:77
↓ 1 callers
Function
infer
(valid_queue, model, criterion)
AutoML/darts-master/cnn/train_search.py:168
↓ 1 callers
Function
infer
(valid_queue, model, criterion)
AutoML/darts-master/cnn/train_imagenet.py:204
↓ 1 callers
Method
init_weights
(self)
AutoML/darts-master/rnn/model.py:123
↓ 1 callers
Function
int_shape
(tensor)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/ops.py:100
↓ 1 callers
Function
inverse_transform
(images)
GAN/Self_attention_GAN_tensorflow/utils.py:114
↓ 1 callers
Function
inverse_transform
(images)
GAN/datadownloader/utils.py:31
↓ 1 callers
Function
inverse_transform
(image)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:237
↓ 1 callers
Function
is_image_file
Checks if a file is an image. Args: filename (string): path to a file Returns: bool: True if the filename ends with a known
GAN/ACGAN-PyTorch-master/folder.py:10
↓ 1 callers
Function
list_categories
(tag)
GAN/datadownloader/dataload.py:21
↓ 1 callers
Method
load_celeb
(self)
GAN/self_attention _gan/data_loader.py:33
↓ 1 callers
Method
load_celebA
(self)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:156
↓ 1 callers
Method
load_cifar
(self)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:92
↓ 1 callers
Function
load_data
(dataset_name, size=64)
GAN/Self_attention_GAN_tensorflow/utils.py:65
↓ 1 callers
Method
load_demo_graph
(self, config)
GAN/人脸还原SCFEGAN/model.py:95
↓ 1 callers
Method
load_lsun
(self, classes='church_outdoor_train')
GAN/self_attention _gan/data_loader.py:28
↓ 1 callers
Method
load_pretrained_model
(self)
GAN/self_attention _gan/trainer.py:213
↓ 1 callers
Method
load_stl10
(self)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/utils.py:36
↓ 1 callers
Method
loss_dis
(self, d_real_logits, d_fake_logits)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/Model.py:153
↓ 1 callers
Function
loss_function
recon_x: generating images x: origin images mu: latent mean logvar: latent log variance
One_Day_One_GAN/day15/vae.py:80
↓ 1 callers
Method
loss_gen
(self, d_fake_logits)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/Model.py:183
↓ 1 callers
Method
loss_hinge_dis
(self, d_real_logits, d_fake_logits)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/Model.py:187
↓ 1 callers
Method
loss_hinge_gen
(self, d_fake_logits)
One_Day_One_GAN/day18/Self-Supervised-GANs-master/Model.py:193
↓ 1 callers
Function
main
()
GAN/ Wasserstein_GAN/WGAN-tensorflow-master/get_svhn.py:47
↓ 1 callers
Function
main
()
GAN/Self_attention_GAN_tensorflow/main.py:80
↓ 1 callers
Function
main
(config)
GAN/self_attention _gan/main.py:10
↓ 1 callers
Function
main
()
GAN/datadownloader/dataload.py:40
↓ 1 callers
Function
main
()
One_Day_One_GAN/day6/srgan_pytorch/PSRN_SSIM.py:12
↓ 1 callers
Function
main
()
AutoML/darts-master/cnn/test_imagenet.py:42
↓ 1 callers
Function
main
()
AutoML/darts-master/cnn/train.py:56
↓ 1 callers
Function
main
()
AutoML/darts-master/cnn/test.py:42
↓ 1 callers
Function
main
()
AutoML/darts-master/cnn/train_search.py:60
↓ 1 callers
Function
main
()
AutoML/darts-master/cnn/train_imagenet.py:75
↓ 1 callers
Function
make_dataset
(dir, class_to_idx)
GAN/ACGAN-PyTorch-master/folder.py:34
↓ 1 callers
Method
make_mask
(self, pts)
GAN/人脸还原SCFEGAN/demo.py:146
↓ 1 callers
Method
make_noise
(self)
GAN/人脸还原SCFEGAN/demo.py:139
↓ 1 callers
Method
make_sketch
(self, pts)
GAN/人脸还原SCFEGAN/demo.py:161
↓ 1 callers
Method
make_stroke
(self, pts)
GAN/人脸还原SCFEGAN/demo.py:178
↓ 1 callers
Function
maybe_download
(data_dir)
GAN/ Wasserstein_GAN/WGAN-tensorflow-master/get_svhn.py:16
↓ 1 callers
Function
merge
(images, size)
GAN/wgan_gp/wgan_gp.py:29
↓ 1 callers
Function
merge
(images, size)
GAN/ Wasserstein_GAN/wgan_gp/wgan_gp.py:29
↓ 1 callers
Function
merge
(images, size)
GAN/ Wasserstein_GAN/wgan/wgan_mnist.py:22
↓ 1 callers
Function
merge
(images, size)
GAN/ Wasserstein_GAN/wgan/WGAN_CIFAR10.py:33
↓ 1 callers
Function
merge
(images, size)
GAN/ Wasserstein_GAN/wgan/wgan_fashion_mnist.py:22
↓ 1 callers
Function
merge
(images, size)
GAN/ Wasserstein_GAN/wgan/wgan.py:22
↓ 1 callers
Function
merge
(images, size)
GAN/Self_attention_GAN_tensorflow/utils.py:89
↓ 1 callers
Function
merge
(images, size)
GAN/datadownloader/utils.py:15
← previous
next →
201–300 of 641, ranked by callers