-
Hi,
I'm trying to evaluate many of the pretrained models available in VISSL (thanks for that!!!).
I was able to reproduce all the ones I tried (rotnet, jigsaw, dino, pirl, npid, clusterfit, simc…
-
The following code is expected to poll in a tight loop, instead it waits indefinitely for every packet (confirmed with strace(1)):
```rust
use pnet::{transport::*, packet::ip::*};
use std::time::Du…
-
Using table transformer in `unstructured` produces the following warning statement. The goal of this issue is to clean up the warnings. The original issue description is posted below.
```
Some wei…
-
Pull [192](https://github.com/mholt/caddy-l4/pull/192) modified routes handling. It works for normal configuration where all possible matchers are predefined.
There is one breaking change in that w…
-
baseline 모델이 f1 score 0.92를 기록했습니다. (accuracy=0.97)
모델에 CNN_BASE 클래스를 추가했고, params에 param_base 파일을 추가했습니다
training set (0,2), validation set (1)로 학습했을 때의 결과이며
최종 수치는 전체 데이터로 했습니다. (valid_all.py)
…
-
The code errors out in ope.py on line 226
key=self.with_emb(appearance)
I fixed this to the following
key=self.with_emb(appearance, query_pos_emb)
The code now runs but the results are no…
-
-
getting empty files by Running "feature_extraction_global.py" to extract the global concepts.
The resultant files contains only column names like; ,target,name
-
1. When run test_pruner.py with 0.3.1, below error occured.
```sh
python tests/test_models/test_pruner.py
Traceback (most recent call last):
File "tests/test_models/test_pruner.py", line 339, …
-
I would like to setup a conditional appearance of some layers based on specific combinations:
const layers = [
addLayer('layer1', { x: 0, y: 0 }, { width: width, height: height }),
addLayer('…