MCPcopy Create free account

hub / github.com/KingJamesSong/OrientationDiffusion / functions

Functions151 in github.com/KingJamesSong/OrientationDiffusion

Method__init__
(self, in_channels, out_channels, emb_dim=256)
modules.py:169
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:192
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:251
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:316
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:376
Method__init__
(self, c_in=3, c_out=3, time_dim=256, num_classes=None, device="cuda")
modules.py:442
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:507
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:574
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:641
Method__init__
(self, c_in=3, c_out=3, time_dim=256, img_size=32, device="cuda")
modules.py:708
Method__init__
( self, batch_size, dl, sampler, channels=3, model= None,
fid_evaluation.py:23
Method__init__
(self, noise_steps=100, noise_start=1e-4, noise_end=0.1, coupling_start=3e-5, coupling_end=0.03, img_size=32,
train_orientation_diffusion.py:90
Method__init__
(self, noise_steps=100, noise_start=1e-4, noise_end=0.1, coupling_start=3e-3, coupling_end=0.045, beta_start=1
train_nse.py:261
Method__len__
(self)
nse_pde.py:44
Method__len__
(self)
nse_pde.py:109
Method__len__
(self)
dataset.py:50
Method__len__
(self)
dataset.py:82
Methodamplitude_prefactor_local
(self, r, M=4)
train_nse_cond.py:307
Methodamplitude_prefactor_local
(self, r, M=4)
train_nse.py:304
Methodcoupling_noise
(self, x)
train_nse_cond.py:282
Methodcoupling_noise
(self, x)
train_nse.py:279
Methodcoupling_noise_local
(self, x, M=5)
train_orientation_diffusion.py:115
Methodforward
(self, x)
modules.py:49
Methodforward
(self, x)
modules.py:72
Methodforward
(self, x)
modules.py:92
Methodforward
(self, x, t)
modules.py:116
Methodforward
(self, x, t)
modules.py:137
Methodforward
(self, x, skip_x, t)
modules.py:161
Methodforward
(self, x, skip_x, t)
modules.py:185
Methodforward
(self, x, t)
modules.py:226
Methodforward
(self, x, t)
modules.py:288
Methodforward
(self, x, t)
modules.py:350
Methodforward
(self, x, t)
modules.py:413
Methodforward
(self, x, t, y)
modules.py:479
Methodforward
(self, x, phase_coherence, t)
modules.py:544
Methodforward
(self, x, mag, t)
modules.py:611
Methodforward
(self, x, phase_coherence, t, x_cond, phase_cond)
modules.py:678
Methodforward
(self, x, mag, t, cond, mag_cond)
modules.py:745
Functionkl_div_wg
(mu_q, mu_p, sigma_q, K=3, num_samples=10)
train_nse_cond.py:105
Functionkl_div_wg
(mu_q, mu_p, sigma_q, K=3, num_samples=10)
train_nse.py:101
Functionplot_images
(images)
utils.py:22
Functionsafe_open_dataset
(path)
nse_pde.py:155
Methodsample_noise
(self, model, step, size, loc, concentration)
train_orientation_diffusion.py:137
Functionsave_circular_density_plot
Save a density visualization of data points mapped to a unit circle. Args: data (torch.Tensor): 1D tensor containing angles in rad
utils.py:89
Functionsave_one_dim
Save a 1D scatter plot of the data. Args: data (torch.Tensor): 1D tensor containing values to plot. path (str): Path to sav
utils.py:60
Functionsave_two_dim
(data, path, range=20)
utils.py:47
Functionspectrum_metrics_batch
Compute slope difference and Wasserstein distance between spectra of real and fake velocity fields. Args: real, fake: torch.Tensor o
train_nse_cond.py:215
Methodunnormalize
(self, data)
dataset.py:72
Functionvalidate
(args)
train_orientation_diffusion.py:249
Functionvalidate_fid
(args)
train_orientation_diffusion.py:301
Functionvalidate_noise
(args)
train_orientation_diffusion.py:287
← previous101–151 of 151, ranked by callers