Carlsans
Carlsans
The following code is buggy : def mutation_func(offspring, ga_instance): for chromosome_idx in range(offspring.shape[0]): random_gene_idx = numpy.random.choice(range(offspring.shape[0])) offspring[chromosome_idx, random_gene_idx] += numpy.random.random() return offspring The following line : random_gene_idx = numpy.random.choice(range(offspring.shape[0])) should...
The execution of the program stop after exactly one hour. Must be a maximum delay that's shutting down the process after an hour. How can I address this ? Thanks...
The legacy version of torchtext is no longer supported. I had to install an old one. When trying to run this cell : model = TransformerClassifier(num_layers=1, d_model=32, num_heads=2, conv_hidden_dim=128, input_vocab_size=50002,...
Using Firefox, I closed all the windows (by the way they should be closed by default or one button to close them all) except for keyframe grid and audio reference....
I'm getting this bug : Status unknown for 192.168.2.179. Double check IP Address\Device ID\Local Key in Octoprint-TuyaSmartplug Settings Everything is set right I'm 100 % sure. Followed the guide and...
Hi @ziirish, I've worked on the project and get it working with newer versions of tuya plug using tinytuya library. Used the autodiscovery option. Go see the video on top...
This catastrophic failure is due to the hotend fan failure after less than a week of use. I also would not recommand using the mini stealthburner with the dragon hotend....
Two of the fans connectors from the umbilical to the board where wired in reverse. It caused the hotend fan and the blower not to work properly. Quick fix was...
The kit that I have received now has the thermal fuse wired in series so you got only 2 wires out of the bed + the themistor. All you need...
On the Z motor mount, the lower diagram, I really needed M3x10, not M3x8. Since they are hard to install, it would be good to have it right from the...