Henrik Forstén
Henrik Forstén
I have the same issue on Firefox on Ubuntu but Chrome works. The issue seems to be that "image/x-png" MIME type is not recognized. Changing it to "image/png" fixes the...
I'm using locally saved weights and adding `revision="fp16"` doesn't seem to do anything in that case.
The idea with casting the weights of non-trained nets is that without it fp32 weights are transferred to vram even when training in fp16. Since they are not trained we...
I added a commit that removes the autocast. It should work with fp32 and bf16 too but I can't test it on my GPU. This PR does have a side...
Timeout issue is now fixed. Only thing left to do is changing ngspice command for windows.
I will turn it into a module someday, but it's not very important right now. I think the only thing stopping this is that simulation files need still have the...
I tried to create a python package, but because I want to use python for plotting and pypy for everything else, it doesn't seem to be possible. I need to...
Firmware is GPL (See firmware/COPYING for license). I guess I never put any license for software. Do you want it to have some specific license?
Sure. Do what you want with it. Hardware can't be copyrighted anyways.
Okay, that works and now it makes more sense. So in summary `media.z0` is the port reference impedance, `media.Z0` is the characteristic impedance of the media, `line_z0` is the characteristic...