Evangelion: 3.0+1.0 Thrice Upon a Time
2021-08-16 10:08:09

매우 좋았다.

▼ more
restart wsl
2021-06-13 11:33:10

restart "LxxManager", a service.

▼ more
Windows 10 시작버튼 고장시
2021-03-20 16:59:16

in powershell

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

▼ more
tf.keras.layers.RNN calls the cell using the first timestep of the timeseries twice
2020-11-30 20:50:17

url: https://github.com/tensorflow/tensorflow/issues/30227

https://github.com/tensorflow/tensorflow/issues/30227#issuecomment-506783788

Searching deeply, I found that the first timestep is also used to determine the cell output shape and its dtype.

▼ more