oooooooo

Results 5 comments of oooooooo

Nice. Do you want to write code?

Can you fork and create a branch and pull request it? If it works, I'll be happy to merge it. Here are the documents for sections and potentialAction. I'd like...

I had the same problem, and I solved it by rm & ln -s the dylibs in the torch. I want to onefile because onedir solved. > Since PyInstaller does...

I have written code like this. ```python import os import stanza import sys for filename in sorted(os.listdir('.')): print(f"check {filename}") ``` For --onedir, os.remove and os.symlink are possible. And segmentfaults could...

Wow, it worked. Thank you very much.