-
### 1. System information
- Linux Ubuntu:
- TensorFlow installation (pip package):
- TensorFlow 1.14:
### 2. Code
Code:
# -*- coding: utf-8 -*-
import os
import tensorflow as tf
imp…
panhu updated
2 years ago
-
The new Apple M2 MacBook Pros (and Airs) are now available, but the "m2" architecture isn't defined in the JSON spec. I would be happy to submit an update but I can't find any documentation on how to …
-
Hello. I am new to SpykeTorch. I am working on an anomaly detection project and I would like to learn features from spectrograms using a Convolutional SNN. I have been struggling so far for the past w…
-
Hello,
Trying to run our first adaptive sampling experiment using ReadBouncer. We verified that the playback simulation works (and then undid the changes by setting data_generation.simulated_devic…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9
### Custom Code
Yes
### OS Platform and Distribution
windows
### Mobile device
_No response_
### Pyt…
panhu updated
2 years ago
-
Hi @shariqfarooq123,
Thanks for your work!
I have a question. Have you tried to use the CNN to replace the transformer?
-
### Is your feature request related to a problem? Please describe.
Wide range of problems can benefit from non-uniform meshes:
1. function approximation by storing points
2. differential equation s…
-
### 🐛 Describe the bug
Compilation of PyTorch latest master branch failed with the following error message:
```/opt/rh/gcc-toolset-11/root/usr/bin/ld: lib/libgloo.a(store.cc.o):(.rodata+0x0): multip…
-
With #6403 facet sampling disappeared.
When trying to display facet counts on large datasets (>10M documents) counting facets is rather expensive, as all the hits are collected and processed.
Samp…
-
It is made clear from the docs that once a range has been fixed, there is no possibility to change it later.
Is it because of the design of the algorithm or because the functionality is simply lackin…