Skip to content
Snippets Groups Projects
Commit dc3ea682 authored by Max Ramsay King's avatar Max Ramsay King
Browse files

updated aa_learner

parent 246b6352
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class aa_learner:
self.history = []
self.augmentation_space = [x for x in augmentation_space if x not in exclude_method]
self.fun_num = len(augmentation_space)
self.op_tensor_length = self.fun_num +p_bins+m_bins if discrete_p_m else self.fun_num +2
self.op_tensor_length = self.fun_num + p_bins + m_bins if discrete_p_m else self.fun_num +2
def translate_operation_tensor(self, operation_tensor, return_log_prob=False, argmax=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment