zqudm

Results 7 issues of zqudm

```java class ScannerByLine extends CtScanner { List _node = new ArrayList(); int _line; public ScannerByLine(int line) { _line = line; } public List getResult() { return _node; } private boolean...

In class EncoderRNN, there is a statement : packed_emb=nn.utils.rnn.pack_padded_sequence(emb,lengths) why pack_padded_sequence does not use parameter batch_first=True? your lstm model has the parameter batch_first=True

Hi, I just want to use deepcca to build a multi class classification model. Our model consists three component, that is, embedding layer, CCA layer and the fully connected layer...

File "plot_dcca.py", line 12, in from cca_zoo.deepmodels import ( File "/home/xy/.local/lib/python3.6/site-packages/cca_zoo/__init__.py", line 10, in import cca_zoo.deepmodels File "/home/xy/.local/lib/python3.6/site-packages/cca_zoo/deepmodels/__init__.py", line 3, in from . import objectives File "/home/xy/.local/lib/python3.6/site-packages/cca_zoo/deepmodels/objectives.py", line 1, in...

For example, given the diff result of two java file /b_OrganizeImportsOperation.java and f_OrganizeImportsOperation.java. ``` 32d31 < import org.eclipse.core.resources.ResourcesPlugin; 557c556 < return ResourcesPlugin.getWorkspace().getRoot(); --- > return fCompilationUnit.getResource(); ``` What the pattern...

Hi, Thank you for your excellent research. The first question is about the way in which the dataset is splitted. Taking Reuters-21578 as an example. According to the README.md, the...