update logo 48px (#7530)
This commit is contained in:
parent
7ca41734da
commit
233f252bb4
|
@ -1,3 +1,3 @@
|
|||
<svg width="38" height="44" viewBox="0 0 38 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M18.9368 1L1 11.5V32.5L18.9375 43L36.875 32.5V11.5L18.9368 1ZM15.8314 32.5014L17.7203 24.3499L13.4729 20.1555L22.0692 11.4993L20.1768 19.6634L24.4014 23.8354L15.8314 32.5014Z" fill="#792EE5"/>
|
||||
<svg width="41" height="48" viewBox="0 0 41 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20.4992 0L0 12V36L20.5 48L41 36V12L20.4992 0ZM16.9501 36.0016L19.1089 26.6856L14.2548 21.892L24.0791 11.9992L21.9163 21.3296L26.7444 26.0976L16.9501 36.0016Z" fill="#792EE5"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 289 B |
|
@ -40,7 +40,7 @@ For example, it may save memory to use Truncated Backpropagation Through Time wh
|
|||
|
||||
Lightning can handle TBTT automatically via this flag.
|
||||
|
||||
.. testcode:: python
|
||||
.. testcode::
|
||||
|
||||
from pytorch_lightning import LightningModule
|
||||
|
||||
|
|
Loading…
Reference in New Issue