-
Hi Dee, I am **finally** back to doing Tobii stuff, and should be doing lab stuff over the next week. I was trying to set up to test the new advanced calibration, but I can't connect to the Spectrum! …
-
When I tried to run `python train.py -s ~/workspace/tandt_db/tandt/truck`, I meet two errors:
```
Optimizing
Output folder: ./output/a2d4bd1e-6 [25/10 19:57:51]
Tensorboard not available: not log…
sgcts updated
1 month ago
-
Tested with: 2.3.5.dev2+g0df7325
Gives the following input (from `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet6/in6.h:153`)
``…
-
### Windows Version
Microsoft Windows [Version 10.0.22631.4249]
### WSL Version
2.0.14.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.133.1-1
### Distro Ve…
-
HI @pylessard,
thank for publishing this great work.
I'm traying to use your code but I get this outputs (see below):
**Output:;**
_Exception has occurred: AttributeError
'Params' object has…
-
### Required prerequisites
- [X] I have searched the [Issue Tracker](https://github.com/metaopt/optree/issues) that this hasn't already been reported. (comment there if it has.)
### Motivation
…
-
**Common issues before reporting**
No
**Have you modified the save files**
No
If you have, please ensure that the JSON files are valid.
couldn't get the JSON file step
**Have you tried the…
-
### Describe the bug, including details regarding any error messages, version, and platform.
OS: MacOS Sonoma 14.6.1
Python: 3.10.14
pyarrow: 17.0.0
Snippet to reproduce:
```python
import pyar…
-
# Bug report
### Bug description:
https://github.com/python/cpython/blob/a5fc50994a3fae46d0c3d496c4e1d5e00548a1b8/Modules/_struct.c#L489-L491
Bool values are required to be either 0 or 1, but this …
-
For a string like `BBBBBBBh`, jspack and Python give different sizes:
```shell
FMT="BBBBBBBh"
$ node -e "console.log(require('jspack').jspack.CalcLength('$FMT'))"
9
$ python -c "import struct; …