dza6549

Results 14 comments of dza6549

Hi I'm on Windows 10 as well. rm is used in a few files. Replace with "del" (without quotes) Cheers **src\DevServer\Skeleton.py** Line 653 rmCmd = "rm -rf WB*.mid WB*.py" Line...

Ok I'm not sure "del" is working as expected. I have 93 files in my output folder and another 63 files in my src folder.

This is a really interesting discussion. If we had a 768 X 768 grid we could patch clusters of 'semantic meaning' together and have another set of sliders to raise/lower...

With the other guy's help it works! ``` # save hack in embedding_editor.py Line 253 in the def save_embedding_weights with open('emb_tensors.txt', 'w') as f: f.write(str(weights)) f.close() ```