MCPcopy Create free account

hub / github.com/bowenbaker/metaqnn / functions

Functions163 in github.com/bowenbaker/metaqnn

↓ 1 callersMethodupdate_replay_database
(self, new_replay_dic)
libs/grammar/q_learner.py:163
Method__init__
(self, list_path, state_space_parameters, hyper_parameters,
q_server.py:28
Method__init__
(self)
q_server.py:217
Method__init__
(self, clientname, hyper_parameters, state_space_parameters, gpu_to_use, debug)
caffe_client.py:116
Method__init__
(self)
test/test_q_server.py:13
Method__init__
(self)
test/test_q_protocol.py:13
Method__init__
(self)
test/test_q_values.py:8
Method__init__
(self)
test/test_q_learner.py:12
Method__init__
(self)
test/test_state_enumerator.py:11
Method__init__
(self, str,*args,**kw)
libs/grammar/cnn.py:27
Method__init__
(self)
libs/grammar/q_learner.py:12
Method__init__
(self, state_space_parameters, epsilon, state=None,
libs/grammar/q_learner.py:132
Method__init__
(self, state_space_parameters)
libs/grammar/state_string_utils.py:11
Method__init__
(self, layer_type=None, # String -- conv, pool, fc, softmax layer_dep
libs/grammar/state_enumerator.py:7
Method__init__
(self, state_space_parameters)
libs/grammar/state_enumerator.py:62
Method__init__
(self, model_dir, hyper_parameters, state_space_parameters)
libs/caffe/model_exec.py:22
Method__init__
(self, model_dir, hyper_parameters, state_space_parameters)
libs/caffe/model_gen.py:10
Method__init__
(self, hyper_parameters, state_space_parameters)
libs/caffe/string_to_model.py:17
Functionallow_fully_connected
(image_bucket)
test/needed_for_testing/state_space_parameters.py:39
Functionallow_fully_connected
(representation_size)
models/mnist/state_space_parameters.py:52
Functionallow_fully_connected
(representation_size)
models/svhn/state_space_parameters.py:52
Functionallow_fully_connected
(representation_size)
models/cifar10/state_space_parameters.py:52
Functionallow_fully_connected
(representation_size)
models/svhn_small_for_stability/state_space_parameters.py:52
Methodas_list
(self)
libs/grammar/state_enumerator.py:45
MethodclientConnectionFailed
(self, connector, reason)
caffe_client.py:124
MethodclientConnectionLost
(self, connector, reason)
caffe_client.py:128
MethodconnectionLost
(self, reason)
q_server.py:220
MethodconnectionLost
(self, reason)
caffe_client.py:112
MethodconnectionMade
(self)
caffe_client.py:52
Functionconstruct_login_message
(hostname)
libs/grammar/q_protocol.py:9
Functionconstruct_net_too_large_message
(hostname)
libs/grammar/q_protocol.py:38
Functionconstruct_net_trained_message
(hostname, net_string, acc_best_val,
libs/grammar/q_protocol.py:20
Functionconstruct_new_net_message
(hostname, net_string, epsilon, iteration_number)
libs/grammar/q_protocol.py:13
Functionconstruct_redundant_connection_message
(hostname)
libs/grammar/q_protocol.py:42
MethoddataReceived
(self, data)
q_server.py:236
MethoddataReceived
(self, data)
caffe_client.py:55
Functiongcn_whiten
Xtr and Xte should be in format (image index, chanel, x, y) Returns Xtr and Xte as type float
libs/input_modules/preprocessing.py:33
Methodgenerate_new_netork
(self)
q_server.py:140
Functionget_caltech101
(save_dir=None, root_path=None)
libs/input_modules/get_datasets.py:12
Functionget_cifar10
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:81
Functionget_cifar100
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:274
Functionget_last_epoch_snapshot
(log_file)
libs/caffe/run_caffe_command_line.py:115
Functionget_mnist
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:345
Functionget_svhn_full
If root_path is None, we download the data set from internet. Either save path or root path must not be None and not both. Returns
libs/input_modules/get_datasets.py:204
Functionget_svhn_small
(save_dir=None, root_path=None)
libs/input_modules/get_datasets.py:172
Functionimage_size_bucket
(image_size)
test/needed_for_testing/state_space_parameters.py:31
Functionimage_size_bucket
(image_size)
models/mnist/state_space_parameters.py:43
Functionimage_size_bucket
(image_size)
models/svhn/state_space_parameters.py:43
Functionimage_size_bucket
(image_size)
models/cifar10/state_space_parameters.py:43
Functionimage_size_bucket
(image_size)
models/svhn_small_for_stability/state_space_parameters.py:43
Functionlcn_whiten
Uses opencv guassian blur to estimate the local mean and std Assumes that image comes in in (channel, x, y) format returns a type fl
libs/input_modules/preprocessing.py:17
Functionmean_subtraction
(Xtr, Xte)
libs/input_modules/preprocessing.py:46
Functionparse_message
takes message with format PROTOCOL and returns a dictionary
libs/grammar/q_protocol.py:5
Functionstandard_whiten
(image)
libs/input_modules/preprocessing.py:9
Methodtest_bucket_state
(self)
test/test_state_enumerator.py:16
Methodtest_bucket_state_tuple
(self)
test/test_state_enumerator.py:29
Methodtest_construct_login
(self)
test/test_q_protocol.py:16
Methodtest_construct_net_trained
(self)
test/test_q_protocol.py:40
Methodtest_construct_new_net
(self)
test/test_q_protocol.py:23
Methodtest_epsilon0_generation
(self)
test/test_q_learner.py:18
Methodtest_load_unload
(self)
test/test_q_values.py:11
Methodtest_load_unload2
(self)
test/test_q_values.py:31
Methodtest_transition_to_action
(self)
test/test_state_enumerator.py:44
← previous101–163 of 163, ranked by callers