kandahar
kandahar
When I try to import py_audio2face, I get the error ``` ImportError: cannot import name 'CREATE_NEW_CONSOLE ``` Following [this discussion](https://stackoverflow.com/questions/44080756/python-import-from-subprocess-fails), I have the impression, that this function is only available...
When trying to run the example, I get the error. ``` Traceback (most recent call last): File "path_to_voca_env/voca_env/lib/python3.8/site-packages/tensorflow/python/framework/ops.py", line 3618, in _as_graph_element_locked op = self._get_operation_by_name(op_name) KeyError: '' The above exception...
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Unknown ### Has this issue already been reported? -...
Hey, I have two numpy arrays with the information about vertices and faces. (The mesh is closed). How do I create a mesh from that in pygmsh in order to...
Hello, it would be great to be able to use boolean operations between different (e.g. surface meshes) such as intersection, union and difference.
Is there any way to just split the text into the sentences like the ```from nltk.tokenize import sent_tokenize``` function?
This is a question that I'm not sure belongs here or into the main typora issues. From what I saw so far, Typora always creates a continues text. For many...
Hey, I want to let the [fluid logo example](https://tum-pbs.github.io/PhiFlow/examples/grids/Fluid_Logo.html) run with torch I replace ``` %pip install phiflow from phi.jax.flow import * ``` by ``` %pip install phiflow from phi.torch.flow...
Hey, thank you for your work and for your support on github! In your examples pages, you show a nice example of how to create grids with custom obstacles, that...
Hey, when I run your [Build Mesh](https://github.com/tum-pbs/PhiFlow/blob/master/examples/mesh/Build_Mesh.ipynb) tutorial, I get the following error ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[2], line 9 7 sphere = Sphere(x=sphere_x, y=.5,...