-
Hi,I am using faiss lib,it is very efficency and smart. But recently I have read a paper :when is 'neareast neighbor' meaningful? ", this paper indicates that when dimension of the vector is high,Dmax…
-
Hi everyone,
Add a comment to share maps by a specific cartographer/graphic designer that you’ve found interesting. Feel free to add some context for others, like:
- Who designed the map (era/ba…
-
## Steps to reproduce
I don't have concrete STR but I see this frequently, where I open Fenix and tap on a link to news.ycombinator.com in one of my collections. This is from a cold start, sometimes e…
-
Hi!
I had to download Fashion MNIST Dataset manually and then place it inside to train the network as there was an unzipping problem. I reached about 62% accuracy on this. Previous results here are a…
-
`for level in range(1, self.c.levels):
for _ in range(self.c.enc_dense_layers - 1):
x = nn.relu(nn.Dense(self.c.enc_dense_embed_size)(x))
if self.c.enc_dense…
xmax1 updated
3 years ago
-
Dear colleagues,
We've been interfacing FastSurfer with Brainstorm:
https://neuroimage.usc.edu/brainstorm
It's now possible to call the FastSurfer pipeline directly from the Brainstorm interfa…
-
`
for level in range(1, self._levels):
for i_dl in range(self._dense_layers-1):
hidden = self.get('h{}_dense'.format(5+(level-1)*self._dense_layers+i_dl), tfkl.D…
xmax1 updated
3 years ago
-
https://arxiv.org/pdf/1810.04805.pdf
温故知新...
-
Hi, I implemented the following CNN model in PyTorch and was testing the different model explanation methods in captum. Most of the methods seem to be working fine but when I tried gradcam using the …
-
Hi,
I get this error / exception, and while it is being, handled, the same error/exception occurs.
I am fairly new to this so it could be a multitude of problems, from the way I have set up pytho…