TheDrummer commited on
Commit
f98632f
1 Parent(s): 3cd2fbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -123,8 +123,8 @@ WIP
123
  - Even when Tunguska's duplicated slices are nearly saturated, the resulting model remains coherent and even performant.
124
  - Takeaways
125
  - These slice of layers are more connected to each other than to the model's entirety.
126
- - [Question] Does this mean that the **original layer** before the slice is the one holding that whole slice together?
127
- - [Question] What if we interleave original and duplicate layers together? Will that result in a more balanced upscale?
128
  - Saturating these duplicated layers MIGHT be a good goal to pursue.
129
 
130
  # Further Experimentation
 
123
  - Even when Tunguska's duplicated slices are nearly saturated, the resulting model remains coherent and even performant.
124
  - Takeaways
125
  - These slice of layers are more connected to each other than to the model's entirety.
126
+ - [Question] Does this mean that the **original layer** before the slice is the one holding that whole duplicated slice together?
127
+ - [Question] What if we interleave original and duplicate layers? Will that result in a more balanced, responsive upscale?
128
  - Saturating these duplicated layers MIGHT be a good goal to pursue.
129
 
130
  # Further Experimentation