LaNAS/Distributed_LaNAS/clientX/client.py (3 lines): - line 96: net = gen_code_from_list( network, node_num=7 ) #TODO: change it to 7 - line 101: genotype_net = translator([net, net], max_node=7) #TODO: change it to 7 - line 110: #TODO: train the actual network LaNAS/Distributed_LaNAS/server/MCTS.py (1 line): - line 258: #TODO: back-propogate an architecture LaNAS/LaNAS_NASBench101/Classifier.py (1 line): - line 41: self.epochs = 1 #TODO:revise to 100 LaNAS/LaNAS_NASBench101/MCTS.py (1 line): - line 199: #TODO: back-propogate an architecture LA-MCTS/lamcts/MCTS.py (1 line): - line 128: #TODO: to perform some checks here LaNAS/one-shot_LaNAS/LaNAS/Classifier.py (1 line): - line 41: self.epochs = 1 #TODO:revise to 100