MRF.Offline package¶
Submodules¶
MRF.Offline.Data_class module¶
-
class
MRF.Offline.Data_class.Data_class(training_parameters, noise_type, noise_level, minPD, maxPD, nb_files, path_files, CRBrequired=False)[source]¶ Bases:
MRF.BaseData_class.BaseData_classClass allowing to deal with the importation of the precomputed fingerprints.
-
load_CRBs(num)[source]¶ Load the file number ‘num’ containing precomputed fingerprints previously saved in the folder ‘loading_data’.
-
load_data(num)[source]¶ Load the file number ‘num’ containing precomputed fingerprints previously saved in the folder ‘loading_data’.
-
load_data_from_web(num)[source]¶ Load the file number ‘num’ containing precomputed fingerprints from the web.
-
MRF.Offline.Network module¶
-
class
MRF.Offline.Network.Network(name_model, loss, training_parameters, save_name, data_class, validation_settings, projection=None)[source]¶ Bases:
MRF.BaseNetwork.BaseNetwork,MRF.Offline.Performances.PerformancesClass defining the whole neural network for training. The train method will use offline computed fingerprints.