Carlsans
Carlsans
The last error can be solved easily by adding detach() : E[:, 0::2] = torch.FloatTensor(np.sin(theta[:, 0::2])).detach() E[:, 1::2] = torch.FloatTensor(np.cos(theta[:, 1::2])).detach()
It's really the Audio reference tab that make it that slow. Tried Chrome with the same issues. Using Audacity for now and lock keyframes to seconds.
Hey there @ziirish, I've you had a look to the pull request. I put quite a lot of work to make it happen. Would be nice for other to profit....
Still there, please consider making me a collaborator. I could sort some trouble out.
@mrHubdoc take a look at that : https://github.com/ziirish/OctoPrint-TuyaSmartplug/issues/62
Part of the log with id and localkey deleted. [2024-02-08 12:08:31,103] DEBUG: Turning on Ender. [2024-02-08 12:08:31,103] DEBUG: Sending command: info to Ender [2024-02-08 12:08:31,319] DEBUG: Something went wrong while...
I have been able to connect to my plug via python lib tinytuya. [python-tuya] is no longer maintained(This repository has been archived by the owner on Sep 4, 2021). I...
I've seen that a tinytuya branch was already created but the code was not compatible with 3.4 tuya version. I forked the branch and modifyed the code so that it...
My last version has this issue solved. Was an indent problem. https://github.com/Carlsans/OctoPrint-TuyaSmartplug Le ven. 16 févr. 2024 16:32, kattekatkat ***@***.***> a écrit : > Thank you very much for both...