-
Hi,
It is definitely not an issue, but probably soon will be :) What is the future of tensorpack in TF 2.0? Are there any plans to modify tensorpack to be compatible with TF 2.0? Or will you stick …
-
I am experimenting with the different solvers (which I know themselves experimental). Of particular interest is SVD. I decided to compare the results to the Eigen C++ library which as you know is a …
-
I'd suggest mentioning that you'd need to install the correct version of the kernel headers, because (at least on manjaro) typing in `pacman -S linux-headers` gives you a bunch of options for versions…
-
I wanted to test hipSYCL on Intel's devcloud using the experimental Level Zero backend to target Intel GPUs.
Therefore I installed the sycl branch from Intel's LLVM fork as stated in https://github…
-
CUDA Occupancy api provides largest block size that achieves best occupancy.
Profiling of spatial messaging has however demonstrated that the smallest block size that achieves the best occupancy is…
-
When running `bsdcpio -it < $FILE` in different filesystems, the behaviors may be quite different.
My preliminary experiments show that when a crafted $FILE is inside a different filesystem from `bsd…
-
Starting development.
- This will likely need a rewrite of the `stderr` parser (which is needed anyway).
- Getting a full utilities class working may be more difficult than for other languages, given …
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Void Linux
Distribution Version | musl, up to date (rolling)
Kernel Version | 6.1.8_1
Architecture | x86_64
OpenZFS V…
-
I'd love to run mfsbsd on my Raspberry Pi 2. Would you be able to create an arm distribution? Stock FreeBSD already has support: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
yonas updated
9 years ago
-
**Describe the bug**
The estimation of the instantaneous_rate with `kernel="auto"` of a very long spiketrain (~650 s) yielded a very smooth and flat rate. It was tracked down to the estimation of the…