-
Pathnet is Deepmind's step to a super neural network for creating an artificial general intelligence
http://ift.tt/2mqp8CJFor artificial general intelligence (AGI) it would be efficient if multiple us…
-
Hello. In your paper you mentioned that this work "was unified into an end-to-end framework".
However, in your published code: 1) you directly use ogb-supplied features instead of text attributes; 2…
-
Since we launched the OCR feature, the general feedback has been that it's impressive when it works and annoying when it doesn't. It saves our users time and effort, but accuracy still needs to be imp…
-
Is there a plan to bring back some form of implementation of the ocropus-lattices tool?
It would be great to have the possiblity to extract the recognition-lattices to combine them with an addition…
-
Dear maintainer(s),
We, @AnStaes and I try to run a bigger job of 98 .d files on a current Debian Linux system with 64 CPUs
with the following options
```
--fasta /scratch/cpanse/vib/UPhuman…
-
Hi there,
I cloned the your fantastic repo and started to run some experiments. There is an issue I am facing however, the FPS is stuck at 2. No matter what I tried it simply cannot run any faster. I…
-
### System Info
gpu:
```nvidia-smi
Mon Apr 22 17:00:40 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.161.08 …
-
Can this code satisfied different size of image use your pretrained model? I found you use pretrained model from deit, and resize each image to 224 * 224? So can I define imgH and imgW another number …
-
**Describe the bug**
SNLE, SNRE and SNPE_C converge arbitrarily for a simple simulator model with just one parameter to infer.
**To Reproduce**
1. Python (3.9.13) and SBI version (0.23.1)
2. …
-
Hello,
Is there a way to fit the best automl model (using best hyperparameters from optuna grid search + ensemble etc.) on new data? To give a concrete example, let's say I run automl with Optuna …