-
Hi,
Can I run parmesan using Python 3.5? Although I am able to run Lasagne, I get this error when I try to run the example
``` python
python examples/iw_vae.py -eq_samples 1 -iw_samples 1 -lr 0.001 …
-
Hello,
I did everything like in this tutorial video "https://www.youtube.com/watch?v=NEF5bGyTqmk" but when I run
`pip install -r requirements.txt`
I got this error:
`Collecti…
-
When I try to build it with Python 3.5 I get the following error
```
Collecting bllipparser
Using cached bllipparser-2015.12.3.tar.gz
Requirement already satisfied (use --upgrade to upgrade): six i…
-
-
We have a classroom full of old equipment that needs to run TouchDesigner 099 and must use svgwrite, but svgparser.py uses some newer code syntax (`nonnegative_number = fr"(\d+\.?\d*|\.\d+){exponent}?…
-
**Describe the bug**
If a variable is defined with different incompatible units in different modules, this following error message comes up. The problem is that the error message says it's the 'val' …
-
When running the indexer against lines with type annotations, like:
```
a: int = 1
```
The end result looks like this:
```
documents {
relative_path: "a.py"
occurrences {
range: 0
…
-
**Describe the bug**
Since the addition of logit soft capping in https://github.com/microsoft/onnxruntime-genai/pull/876 model-qa.py is broken with the following error message:
```
(oga) PS C:\src\on…
-
Hi all,
Is there a way to get the hit ratio along with ndcg from the code? Any help would be appreciated.
Thanks
-
I have tried using Python 3.10, 3.8, and 3.7, but the compilation with the bash script 'compile_op.sh' failed for all of them. Only version 3.5 was successful. Does this project specifically require P…