Carlsans

Results 6 issues of 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...