Grant
Grant
If I direct `train.py` to the weight file from last session and then also save to that file, will this essentially allow me to restart training from where i left...
Hi, I need to analyse training metrics and I was wondering what was the best way to implement this?
Hi, I am developing for windows. I am able to use short Ids to get characteristics and it works as so ```csharp var devInfoService = Task.Run(() => _device.Gatt.GetPrimaryServiceAsync(BluetoothUuid.FromShortId(Convert.ToUInt16("180A", 16)))).Result); var...
Hi, I am trying to connect to the gatt server so that I can perform some operations on it. I am running x64 windows10. ```csharp /// /// Connect to the...
Hi! I want to have debug printing in my tests so when something fails, there is more context. I would like this to only occur if the -v option has...
## Bug Description I am playing Sky Factory 4 (4.3.4) using mekanism version Mekanism-1.12.2-9.8.3.390. I am trying to use a Foumulaic Assemblicator to craft my inferrium essence as the cyclic...
I'd like to fix air purifier devices but the core integration is no longer maintained. Is this maintained and can I leverage this project to fix it?
# Describe the bug The motion being communicated over MQTT is delayed. The aim is to use the motion to turn on the front lights which are not battery powered...
# Describe the bug Testing stream over ffprobe causes error `503 Service Unavailable`. # To Reproduce Steps to reproduce the behavior. Example: 1. Create this configuration file: ```yaml bind =...
Updated readme with an example to document using `docker compose` including the command tag for selecting a neolink mode to run. Suggestion made in #240 where it was found that...