-
Hello everyone,
I have my own weather data, which I have adapted to a TMY3 format, in order to use the ReaderTMY3. The data covers the period of June 2016 to October 2017. The time stamp I used in …
-
In investigating https://github.com/LeelaChessZero/lc0/issues/344, I noticed that leela related self-play has never used Q=0 and had various iterations going from 1.1 to parent Q to fpu reduction, etc…
-
Right now the event data structure specifies: 1) The index of time stamps it is associated with; and 2) the experiment time when it occurs (relative to start of experiment). I envisioned this to be us…
-
#### Description
When building an LsiModel in distributed mode, one of the workers gets "stuck" while orthonormalizing the action matrix. This stalls the whole process of building the model, as the…
-
Hey,
I am facing a problem when trying to visualize data using the phy gui. I processed the data and ran the conversion step on a cluster and then transferred all the data onto my pc. When i run th…
-
Dear Fernando!
I am wondering if I could improve my results by achieving small, but 'pretty nice and clear' cluster and then using the 'Force'. :)
For that reason I tried to understand the import…
-
With some datasets, plotting crosscorrelograms in Peeler makes tdc crash.
This always happens with some tetrodes, but with others it never happens.
Crash error:
| load_entry_point('t…
-
### Steps to Reproduce
There's code to produce the .nwb file at the bottom of this report, but you can download a sample file (~450k) from here:
https://drive.google.com/file/d/1_D6noYK2nBK3tP7rEH…
-
Currently, Percent Processor Time is in the `Win32_PerfRawData_PerfOS_Processor` struct but is not actually collected. Is that something that can be added? Judging by how the collector is laid out (…
-
The problem is in ``SpikeGeneratorGroup.__init__`` and ``before_run`` (and also duplicated code in ``set_spikes``) like this:
```
if not sorted:
# sort times and indices first…