ncc icon indicating copy to clipboard operation
ncc copied to clipboard

Neural Code Comprehension: A Learnable Representation of Code Semantics

Results 12 ncc issues
Sort by recently updated
recently updated
newest added

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

- Migrating from `Tensorflow 1` to `Tensorflow 2`. - Changes the way `projector `is imported.

dear author, I download the code to train the original data , but i found acc and loss are much different. Then I set the train dataset as the validation,...

The links in ncc/data/ and task/readme.md for classifyapp did not work anymore. The page said the file was not found. Is it possible to update these dataset links? Thanks

I download tensorflow from https://polybox.ethz.ch/index.php/s/ojd0RPFOtUTPPRr and put tensorflow/ir_0 in data/. When i run `python train_inst2vec.py`, there is a error : "Expected combineable dataset" I know the except is from https://github.com/spcl/ncc/blob/master/inst2vec/inst2vec_embedding.py#L56....

`p = model.predict_gen(generator=gen_test)[0]` In line 417, p is identified as the first element of the model.predict_gen () return value. In my understanding, model.predict_gen () should return the list P_1 of...

It seems that current release doesn't provide implementation of inst2vec immediate version. As this version is much better than the no immediate version, do you have plan to open source...