MCPcopy Create free account

hub / github.com/ardamavi/PI-rCNN / functions

Functions23 in github.com/ardamavi/PI-rCNN

↓ 5 callersMethod__init__
(self, filters, kernel_size, strides)
code/Model/model_procedure.py:261
↓ 5 callersFunctionmake_gif
(data, path="GIFs/", file="data.gif", duration=0.02, min_val=-1., max_val=1.)
code/Plotting/plotting_procedure.py:304
↓ 3 callersFunctioncreate_model
(dt = 0.002)
code/Model/model_procedure.py:164
↓ 2 callersFunctiondifference_comparison
(ground_truths, model_outputs, path="Figures/Differences", frequency=100)
code/Plotting/plotting_procedure.py:260
↓ 2 callersFunctionget_inital_states
(time_steps=1, h_shape=(16,16,64), c_shape=(16,16,64))
code/Model/model_procedure.py:567
↓ 2 callersFunctionplotting_pipeline
()
code/Main_Pipeline/main_pipeline.py:211
↓ 2 callersFunctiontraining_pipeline
()
code/Main_Pipeline/main_pipeline.py:49
↓ 1 callersFunctionplot_comparisons
(ground_truths, model_outputs, path="Figures/Comparison", frequency=100)
code/Plotting/plotting_procedure.py:173
↓ 1 callersFunctionplot_point_comparison
(ground_truths, model_outputs, comparison_point=(32,32), path="Figures/", file="poin
code/Plotting/plotting_procedure.py:221
↓ 1 callersFunctionplot_training_loss
(loss_recod_path="../Training/Checkpoints/training_loss.npy", plot_file="Training_Loss.png", fig
code/Plotting/plotting_procedure.py:142
↓ 1 callersFunctionpredict
(Model, initial_conidtion, time_steps=1000, get_latent=False)
code/Model/model_procedure.py:575
↓ 1 callersFunctiontraining
(Model, initial_data, LossFuncs, batch_size=100, dataset_time_steps=1000, epoch=2000, learning_rat
code/Training/training_procedure.py:89
Method__call__
(self, y)
code/Model/model_procedure.py:412
Method__call__
(self, y)
code/Model/model_procedure.py:499
Method__init__
(self, padding=(1,1))
code/Model/model_procedure.py:244
Method__init__
(self, channels, initial_alpha=[-np.pi*2, np.pi*2], **kwargs)
code/Model/model_procedure.py:326
Method__init__
(self, factor)
code/Model/model_procedure.py:341
Method__init__
(self, kernel_lap, kernel_x, kernel_y, kernel_t=np.array([-1,0,1]), dx=1./128, dy=1./128, dt=0.002, viscosity=
code/Model/model_procedure.py:356
Method__init__
(self, kernel_lap, kernel_x, kernel_y, kernel_t=np.array([-1,0,1]), dx=1./16, dy=1./16, dt=0.002, viscosity=1.
code/Model/model_procedure.py:452
Methodcall
(self, x)
code/Model/model_procedure.py:250
Methodcall
(self, x, h, c)
code/Model/model_procedure.py:299
Methodcall
(self, x)
code/Model/model_procedure.py:332
Methodcall
(self, x_old, x_new)
code/Model/model_procedure.py:345