facebookresearch / LaMCTS
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 58 files with 6,322 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 6 medium size files (1,446 lines of codeclsfd_ftr_w_mp_ins)
    • 23 small files (3,342 lines of code)
    • 29 very small files (1,534 lines of code)
0% | 0% | 22% | 52% | 24%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 22% | 52% | 24%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
LA-MCTS/lamcts0% | 0% | 76% | 20% | 2%
LaNAS/LaNet/CIFAR100% | 0% | 40% | 43% | 16%
LaNAS/Distributed_LaNAS/clientX0% | 0% | 27% | 52% | 19%
LaNAS/Distributed_LaNAS/server0% | 0% | 42% | 46% | 11%
LaNAS/one-shot_LaNAS/LaNAS0% | 0% | 0% | 85% | 14%
LaNAS/one-shot_LaNAS/Evaluate0% | 0% | 0% | 61% | 38%
LaNAS/LaNAS_NASBench1010% | 0% | 0% | 85% | 14%
LaNAS/one-shot_LaNAS/supernet0% | 0% | 0% | 56% | 43%
LA-MCTS/functions0% | 0% | 0% | 94% | 5%
LA-MCTS-baselines/Bayesian-Optimization0% | 0% | 0% | 0% | 100%
LA-MCTS-baselines/Nevergrad0% | 0% | 0% | 0% | 100%
LA-MCTS0% | 0% | 0% | 0% | 100%
LaNAS/one-shot_LaNAS0% | 0% | 0% | 0% | 100%
LaNAS/Distributed_LaNAS0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
Classifier.py
in LA-MCTS/lamcts
300 19
nasnet_set.py
in LaNAS/Distributed_LaNAS/clientX
252 11
MCTS.py
in LaNAS/Distributed_LaNAS/server
242 17
train.py
in LaNAS/LaNet/CIFAR10
229 4
nasnet_set.py
in LaNAS/LaNet/CIFAR10
217 8
MCTS.py
in LA-MCTS/lamcts
206 18
super_individual_train.py
in LaNAS/one-shot_LaNAS/Evaluate
199 3
supernet_train.py
in LaNAS/one-shot_LaNAS/supernet
195 8
MCTS.py
in LaNAS/one-shot_LaNAS/LaNAS
190 20
MCTS.py
in LaNAS/LaNAS_NASBench101
181 15
utils.py
in LaNAS/LaNet/CIFAR10
177 20
auto_augment.py
in LaNAS/LaNet/CIFAR10
175 18
generator.py
in LaNAS/one-shot_LaNAS/supernet
173 15
Node.py
in LaNAS/one-shot_LaNAS/LaNAS
152 18
Node.py
in LaNAS/Distributed_LaNAS/server
139 16
Node.py
in LA-MCTS/lamcts
139 22
Node.py
in LaNAS/LaNAS_NASBench101
138 16
continue_train.py
in LaNAS/Distributed_LaNAS/clientX
137 3
individual_model.py
in LaNAS/one-shot_LaNAS/Evaluate
135 9
functions.py
in LA-MCTS/functions
135 10
Classifier.py
in LaNAS/one-shot_LaNAS/LaNAS
129 11
Classifier.py
in LaNAS/LaNAS_NASBench101
129 11
Classifier.py
in LaNAS/Distributed_LaNAS/server
127 10
translator.py
in LaNAS/one-shot_LaNAS/Evaluate
120 10
model.py
in LaNAS/Distributed_LaNAS/clientX
119 8
model.py
in LaNAS/LaNet/CIFAR10
119 8
client.py
in LaNAS/Distributed_LaNAS/clientX
117 8
train_client.py
in LaNAS/Distributed_LaNAS/clientX
114 3
mujoco_functions.py
in LA-MCTS/functions
103 4
operations.py
in LaNAS/one-shot_LaNAS/supernet
99 14
operations.py
in LaNAS/one-shot_LaNAS/Evaluate
99 14
generator.py
in LaNAS/one-shot_LaNAS/Evaluate
96 8
utils.py
in LaNAS/Distributed_LaNAS/clientX
95 13
utils.py
in LaNAS/one-shot_LaNAS/supernet
94 13
utils.py
in LaNAS/one-shot_LaNAS/Evaluate
94 13
supernet_model.py
in LaNAS/one-shot_LaNAS/supernet
90 7
operations.py
in LaNAS/Distributed_LaNAS/clientX
89 12
operations.py
in LaNAS/LaNet/CIFAR10
89 12
test.py
in LaNAS/LaNet/CIFAR10
88 2
functions.py
in LA-MCTS-baselines/Bayesian-Optimization
80 7
functions.py
in LA-MCTS-baselines/Nevergrad
79 7
mlp_predictor.py
in LaNAS/one-shot_LaNAS/LaNAS
78 5
net_training.py
in LaNAS/Distributed_LaNAS/server
66 3
net_training.py
in LaNAS/LaNAS_NASBench101
66 3
run.py
in LA-MCTS
40 -
run.py
in LA-MCTS-baselines/Bayesian-Optimization
35 -
run.py
in LA-MCTS-baselines/Nevergrad
31 1
search.py
in LaNAS/one-shot_LaNAS
23 -
setup.py
in LA-MCTS
22 -
utils.py
in LA-MCTS/lamcts
18 2
Files With Most Units (Top 20)
File# lines# units
Node.py
in LA-MCTS/lamcts
139 22
MCTS.py
in LaNAS/one-shot_LaNAS/LaNAS
190 20
utils.py
in LaNAS/LaNet/CIFAR10
177 20
Classifier.py
in LA-MCTS/lamcts
300 19
Node.py
in LaNAS/one-shot_LaNAS/LaNAS
152 18
auto_augment.py
in LaNAS/LaNet/CIFAR10
175 18
MCTS.py
in LA-MCTS/lamcts
206 18
MCTS.py
in LaNAS/Distributed_LaNAS/server
242 17
Node.py
in LaNAS/Distributed_LaNAS/server
139 16
Node.py
in LaNAS/LaNAS_NASBench101
138 16
generator.py
in LaNAS/one-shot_LaNAS/supernet
173 15
MCTS.py
in LaNAS/LaNAS_NASBench101
181 15
operations.py
in LaNAS/one-shot_LaNAS/supernet
99 14
operations.py
in LaNAS/one-shot_LaNAS/Evaluate
99 14
utils.py
in LaNAS/Distributed_LaNAS/clientX
95 13
utils.py
in LaNAS/one-shot_LaNAS/supernet
94 13
utils.py
in LaNAS/one-shot_LaNAS/Evaluate
94 13
operations.py
in LaNAS/Distributed_LaNAS/clientX
89 12
operations.py
in LaNAS/LaNet/CIFAR10
89 12
nasnet_set.py
in LaNAS/Distributed_LaNAS/clientX
252 11
Files With Long Lines (Top 18)

There are 18 files with lines longer than 120 characters. In total, there are 41 long lines.

File# lines# units# long lines
MCTS.py
in LaNAS/Distributed_LaNAS/server
242 17 6
supernet_train.py
in LaNAS/one-shot_LaNAS/supernet
195 8 5
individual_model.py
in LaNAS/one-shot_LaNAS/Evaluate
135 9 4
MCTS.py
in LA-MCTS/lamcts
206 18 4
train_client.py
in LaNAS/Distributed_LaNAS/clientX
114 3 3
Classifier.py
in LA-MCTS/lamcts
300 19 3
mlp_predictor.py
in LaNAS/one-shot_LaNAS/LaNAS
78 5 2
supernet_model.py
in LaNAS/one-shot_LaNAS/supernet
90 7 2
super_individual_train.py
in LaNAS/one-shot_LaNAS/Evaluate
199 3 2
train.py
in LaNAS/LaNet/CIFAR10
229 4 2
Node.py
in LaNAS/one-shot_LaNAS/LaNAS
152 18 1
operations.py
in LaNAS/one-shot_LaNAS/supernet
99 14 1
operations.py
in LaNAS/one-shot_LaNAS/Evaluate
99 14 1
translator.py
in LaNAS/one-shot_LaNAS/Evaluate
120 10 1
Node.py
in LaNAS/LaNAS_NASBench101
138 16 1
functions.py
in LA-MCTS-baselines/Bayesian-Optimization
80 7 1
functions.py
in LA-MCTS-baselines/Nevergrad
79 7 1
functions.py
in LA-MCTS/functions
135 10 1