ncc icon indicating copy to clipboard operation
ncc copied to clipboard

Neural Code Comprehension: A Learnable Representation of Code Semantics

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

I've noticed that there was missing a method in `NCC_classifyapp` class: ``` def load_weights(self, file_with_weights): self.model.load_weights(file_with_weights) ``` So, with the aim to just load weights and test the model in...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

https://github.com/spcl/ncc/blob/45c3619ba193585579c7feedbe046bac3ff9e7b5/inst2vec/inst2vec_vocabulary.py#L349 https://github.com/spcl/ncc/blob/45c3619ba193585579c7feedbe046bac3ff9e7b5/inst2vec/inst2vec_vocabulary.py#L354 I'm not completely clear on when the switch over to the array interface in was made, but some years ago there was a change to [scipy sparse matrix](https://docs.scipy.org/doc/scipy/reference/sparse.html)...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20.3 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.0.2 to 6.4.1. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0...

dependencies