foscat.heal_NN
Module Contents
-
class foscat.heal_NN.CNN(nparam=1, KERNELSZ=3, NORIENT=4, chanlist=[], in_nside=1, n_chan_in=1, SEED=1234, add_undersample_data=False, all_type='float32', filename=None, scat_operator=None, BACKEND='tensorflow')[source]
-
mpi_size = 1
-
mpi_rank = 0
-
BACKEND = 'tensorflow'
-
gpupos
-
ngpu = 1
-
gpulist
-
save(filename)[source]
-
get_number_of_weights()[source]
-
set_weights(x)[source]
-
get_weights()[source]
-
init_wave()[source]
-
calc_matrix_first_layer(noise_map)[source]
-
eval(in_im, indices=None, weights=None, out_map=False, first_layer_rot=None, activation='relu')[source]
-
class foscat.heal_NN.GCNN(nparam=1, KERNELSZ=3, NORIENT=4, chanlist=[], in_nside=1, out_chan=1, SEED=1234, all_type='float32', filename=None, scat_operator=None, BACKEND='tensorflow')[source]
-
mpi_size = 1
-
mpi_rank = 0
-
BACKEND = 'tensorflow'
-
gpupos
-
ngpu = 1
-
gpulist
-
save(filename)[source]
-
get_number_of_weights()[source]
-
set_weights(x)[source]
-
get_weights()[source]
-
eval(im, indices=None, weights=None)[source]