Szymon Kocot
Szymon Kocot
`model.compile(... , sample_weight_mode="temporal")` You can calculate class weights with sklearn.utils.class_weight.compute_class_weight. Just make sure to flatten N-dim array. Then if you have 4 classes you should create this kind of matrix:...
Okay. So, when you have 4 classes, that you want to segment output matrix of NN will be WxHxN_classes. You set calculated weights (by for example sklearn.utils.class_weight.compute_class_weight) and paste them...
@kevinshroff It seemed for me, that sound issues were fixed, but yesterday I started to hear cracking sound again (I added few steps, which worked for me https://github.com/szkocot/Dell-XPS-15-9570-Sound-Issues-Guide). I already...
After some trial and error, got it working with https://github.com/merdok/homebridge-miot. All controls including fan speed, mode, led/buzzer control, humidity/temp sensors are working fine. I was finally able to get rid...
Mi air purifier 2. I can turn on/off the device and seeing the sensors data, but can't control the manual/auto mode as well as fan speed plus apple home app...
https://github.com/torifat/xiaomi-mi-air-purifier/issues/260#issuecomment-1023661612
I have same expectations about winget as @mdales. It should work well with wsl2 and windows terminal as a complete development and package manager environment (that was missing in windows...
I am getting: ``` 🥲 Failed to load the model Failed to load model error loading model: llama_model_loader: failed to load model from .lmstudio/models/microsoft/bitnet-b1.58-2B-4T-gguf/ggml-model-i2_s.gguf ```