AngelBottomless

Results 124 comments of AngelBottomless

Well, it defines getEnergyMaxOutput as 0, so extract() does nothing... (or is there any other reason?) It has already done with ```EnergyStorage.ITEM.find(itemStack, ContainerItemContext.withInitial(itemStack))``` but it does not return null, it...

Yes, I'll try making pr in tech reborn side

Same memory leak confirmed in 1.18.1 with 0.4.0 `[22:40:49] [Render thread/WARN]: Reclaimed 8736 bytes at address 2845112268016 that were leaked from allocation site: java.base/java.lang.Thread.getStackTrace(Thread.java:1610) me.jellysquid.mods.sodium.client.util.NativeBuffer.getStackTrace(NativeBuffer.java:90) me.jellysquid.mods.sodium.client.util.NativeBuffer.allocate(NativeBuffer.java:117) me.jellysquid.mods.sodium.client.util.NativeBuffer.(NativeBuffer.java:30) me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers.createMesh(ChunkBuildBuffers.java:106) me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:141) me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder.processJob(ChunkBuilder.java:254)...

Unfortunately owner disagreed to share this video with others, so I'll try with several public videos to get results reliably. It seems to happen when video resolution and frame rate...

There are multiple ways, but I agree there should be some kind of weight initialization (including bias). I had very few test cases, but bias initialization with normal_(0.001) had some...

maybe see and review https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3621 please I'll be out for 24h from now tho

https://colab.research.google.com/drive/1Zxe53p8ICEQ6YelpTA1YI5rr0wkgyqY5#scrollTo=POj6n9PZzRqC Currently implemented initializations are analyzed becuase everyone complained about it, and turns out it has very *large* standard deviation than usual. In your case, you used `p/math.sqrt(dim)` (assuming in...

As far as I know, there are .ckpt typed VAE, but its difference is nothing : it should be free to rename .ckpt files to .pt files.

Closes as VAE selection and people are already smart enough to change extensions

Can you consider adding Dropout with variable ratio (valid ratio is 0 to 1, should be only applied in hidden layers output) too?