Skip to content
#

transfer-learning

Here are 1,693 public repositories matching this topic...

briandesilva
briandesilva commented Jan 20, 2021

Issue

I am getting a segmentation fault when running the following import statement

from autogluon.tabular import TabularPrediction

and segmentation fault: 11 when running

from autogluon.text import TextPrediction

I am using a recent branch of autogluon, installed in a clean virtual environment: autogluon version 0.0.16b20210120

Environment

haystack
tholor
tholor commented Feb 4, 2021

Is your feature request related to a problem? Please describe.

One of the typical use cases that we saw in the community is using Haystack to boost conversational assistants / chat bots on the long tail of queries. As you can't think of all possible intents beforehand, a QA model is a powerful option to cover unforeseen "information queries".

The integration of Haystack with the existin

transfer-learning-conv-ai
jb33k
jb33k commented Jun 4, 2019

I'm playing around with this wonderful code but I'm running into a curious issue when I try to train the model with my own data.

I replicated the personachat_self_original.json file structure and added my own data. I deleted dataset_cache_OpenAIGPTTokenizer file but when I try to train, I get this error:

INFO:train.py:Pad inputs and convert to Tensor
Traceback (most recent call last)

Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.

  • Updated Jan 23, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the transfer-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transfer-learning topic, visit your repo's landing page and select "manage topics."

Learn more