rxjx

Results 13 issues of rxjx

``` ~/src/YEDDA$ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean ~/src/YEDDA$ python --version Python 3.8.10 ~/src/YEDDA$ python YEDDA.py YEDDA...

Is there a limit to the number of sentences in the input file? I have a file with 18948 sentences delimited by newlines but in the UI the file seems...

Is there a way to get the threshold for a trained classifier, i.e. to convert predict_proba returned values to binary (or multi-class) predictions? I can't find anything in the docs...

enhancement
help wanted
question

I can't seem to find a way to set a threshold for inference from a custom tuned FLERT NER model, or indeed even for the built in NER models. Looking...

question

Is there a way to use condacolab to switch to python 3.8 (or any other version)? I tried : "!conda install -c anaconda python=3.8" but that resulted in: ✨🍰✨ Everything...

I'm getting an error when trying to run this bit of code in Colab: ``` import topo as tp tg = tp.TopOGraph() tg.run_layouts(emb, n_components=2, bases=['diffusion', 'fuzzy'], graphs=['diff', 'fuzzy'], layouts=['MAP', 'PaCMAP'])...

g4dn.xlarge, Ubuntu 20, Autogluon 1.0 export_onnx doesn't seem to be supported for MMDetAutoModelForObjectDetection or for MultiModalMatcher. Line 116 in export.py indicates: `supported_models = (TimmAutoModelForImagePrediction, HFAutoModelForTextPrediction, MultimodalFusionMLP)` Is there a timeline...

bug: unconfirmed
Needs Triage
module: multimodal

Autogluon 1.0 on Ubuntu 20 on a g5.xlarge as well as g4dn.xlarge. When trying to train a Multimodal predictor for object detection following the quick start example, if my dataset...

bug: unconfirmed
Needs Triage
module: multimodal

Ubuntu 20, autogluon 1.0.0 If no tuning data is specified in the call to fit() for image-text matching, then an error is reported from generate_train_test_split_combined() since there's no label column....

bug: unconfirmed
Needs Triage
module: multimodal

I'm trying to detect specific text in an image but can't get it to work. I have a list of names that I'd like to detect in images. I specify...