Shanwen Pu

Results 11 issues of Shanwen Pu

This repo needs `cudatoolkit=10.1.243` but RTX 30 series GPU needs cuda version >= 11.1. If I create env from `reinvent_shared.v2.1` it just cannot run. If I create env with `pytorch=1.8.0`...

我感觉只能是生成之后,自己手动复制粘贴 怎么生成双字幕?

question

In `model.py` 1. These two for-loops in the `model.py` lowers the speed of training and testing, since it doesn't utilize broadcasting of matrix operation in `torch`. In `main.py` and `mol_featurizer.py`...

Like the title, the accuracy is pretty low for combinatorial auction, which is the same as ecole/learn2branch. Is this situation normal? ``` [2021-10-21 20:12:46.586854] EPOCH 253... [2021-10-21 20:13:00.615919] TRAIN LOSS:...

```shell Clp0027I Model was imported from /home/psw/Documents/github/ClpSuite/Data/Netlib/25fv47.mps.gz in 0.004018 seconds 5 doubles - 0.001 194.964 2.52062e-05 0.00252062 2.97983e-05 0 ints - 0 strings - Clp0014I Perturbing problem by 0.001% of...

I have several questions: 1. Is there any guidence to help me implement my own pivoting rule? What methods should be implemented? 2. What's the relationship between the cpp source...

RTX 30 series need CUDA version >= 11.1. But tensorflow=1.12.0 needs cuda 9.2, how can I solve this problem?

From the code in `OSI`, I know that the artifical variable is defined as `lb

I'm trying to run the example ```python from cylp.cy import CyClpSimplex from cylp.py.pivots import DantzigPivot # Get the path to a sample mps file f = "cylp_/input/p0033.mps" s = CyClpSimplex()...

I think `test.py` is the right way to reproduce the result with trained model, but I wonder whether you can provide a `train.py` to tell me the parameters and procedure...