-
Distributed Representations of Words and Phrases and their Compositionality
by Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg Corrado, Jeffrey Dean
https://papers.nips.cc/paper/5021-distributed-r…
-
To jumpstart the conversation, what other mandatory fields do we need besides the following:
- Paper Title
- Author(s)
- Code repository
-
Are you able to provide the code you used to run the L-BFGS, sNES and/or the aCMA-ES baselines from the paper? Presumably these are fairly standard implementations, but it's always useful to make sure…
-
We are planning to implement Praos+Genesis in a slightly different way than the paper suggests (#219)
We need to verify that if there are independent implementations of genesis (in particular, the Ru…
edsko updated
11 months ago
-
I was looking for the implementations of your baselines since the paper says that `lack of baselines make algorithmic comparisons difficult` but could not find anything neither in this repo nor in the…
-
As said in your paper, the nonlocal block is initialized as zero weights, while with its shortcut connection, it will not influence the original network. But in your implementation, nonlocal block is …
-
### Planed TODO
- [ ] KL + Power - Single speaker
### Properties not specified in the paper
- Sampling number for the loss (We may have some limitation for GPU)
- Number of mixture for IAF layer…
-
Hi there,
thanks a lot for all your great repos and implementations!
I've wanted to try this for a segmentation problem and I've had issues training on colabs 40GB GPU with dimensions 256x256. …
-
Hello, I recently updated the library after you added the STDMAE to baselines. The error is as follows:
File "/home/user_name/anaconda3/envs/basicts/lib/python3.9/site-packages/torch/serialization.…
-
Hello! Thanks for open-sourcing the realization of code for this paper!
I can't understand what file contains the correct implementations: `models/copynet.py ` or `models/copynet_dbg.py`: the former …