Skip to content
#

paper

Here are 1,213 public repositories matching this topic...

daviddias
daviddias commented Nov 14, 2018

It is a bit of mouthful to explain that the js-ipfs-api is the client library that implements the same js-ipfs API but it is just a client.

Other project call these libraries SDK or simply, clients.

Fun history fact, we had multiple confused users opening multiple issues assuming that js-ipfs-api is the JS implementation. It only stopped when we put a giant banner image in every repo

1105060120
1105060120 commented Dec 16, 2018

hello,@Rayhane-mamah,i saw the dicussion.i wanna ask that you had said ,In the next few hours, you will release a document containing an in depth explanation of most of what is implemented in this repository. It's mainly for anyone who wants to have an in depth understanding of the network, or wants to know what's going on exactly in order to adapt this implementation to similar work or maybe buil

Paper
Zefferis
Zefferis commented Dec 7, 2018

What behaviour is expected:

Proper tab complete for alias commands from commands.yml
The /give command is shared between EssentialsX and Vanilla; ideal fix would be assigning it an alias in the commands.yml file to direct /give to the /minecraft:give command, and retain tab completion to the alias.

What behaviour is observed:

Tab completion for /give only provides usernames,

gitathrun
gitathrun commented Apr 9, 2018

Through the study on OpenAI's model, here is some useful information for developers who wrote their own version of mlstm and try to import OpenAI's model paramters. In mlstm function in encoder.py, defines the tensors' name, this is the baseline.

  1. Computation Graphic and tensor
    Under the name scope model, there are three sub name scope:
    • embedding
      • tensors: w
    • out
      • tensors

Improve this page

Add a description, image, and links to the paper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.