Przeglądaj źródła

Add couples img

Vadim Markovtsev 7 lat temu
rodzic
commit
924a982556
3 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      README.md
  2. 0 0
      doc/linux.png
  3. BIN
      doc/tfprojcouples.png

+ 4 - 1
README.md

@@ -22,7 +22,7 @@ Granularity is the number of days each band in the stack consists of. Sampling
 is the frequency with which the burnout state is snapshotted. The smaller the
 value, the more smooth is the plot but the more work is done.
 
-![git/git image](linux.png)
+![git/git image](doc/linux.png)
 <p align="center">torvalds/linux burndown (granularity 30, sampling 30, resampled by year)</p>
 
 There is an option to resample the bands inside `labours.py`, so that you can
@@ -122,6 +122,9 @@ how many lines are alive at the sampled moments in time for each identified deve
 
 #### Couples
 
+![Linux kernel file couples](doc/tfprojcouples.png)
+<p align="center">torvalds/linux files' coupling in Tensorflow Projector</p>
+
 ```
 hercules -couples [-people-dict=/path/to/identities]
 python3 labours.py -m couples -o <name> [--couples-tmp-dir=/tmp]

linux.png → doc/linux.png


BIN
doc/tfprojcouples.png