lashmore
lashmore
It is very difficult to intuitively understand how the TACReader class is meant to be used. What path do I send to "corpusRoot"? Here is the file hierarchy of the...
**Problem**: The python library multi-task-NLP is built on specific formatted inputs and outputs the entire way through. After training completes, the documentation for how to use the InferPipeline is incomplete....
Execution: ``` knockknock email --recipient-emails [email protected] --sender-email [email protected] sleep 10 ``` Full error message: ``` Traceback (most recent call last): File "/home/jovyan/conda/dsEnv/bin/knockknock", line 10, in sys.exit(main()) File "/home/jovyan/conda/dsEnv/lib/python3.8/site-packages/knockknock/__main__.py", line 207,...
https://jiant.info/documentation/#/?id=the-trainer https://jiant.info/documentation/#/?id=how-to-use-jiant-to-run-experiments None of the flags mentioned for the Trainer or running experiments are clearly described where to set them / how to pass them / which part of the...
**Describe the bug** After spending a lot of time assigning checkmarks for "good" peaks and X's for "bad" peaks, I save my project to an .emDB and exit EL-MAVEN. The...
Any normalization method should work when there are multiple variables (p>1), as well as when there is only 1 variable (p=1) over N observations (samples). Code that breaks because current...
Hello! I've got training to work and now I want the trained model to label unlabeled text with event triggers. When I set the --model-dir to the epoch#-step# dir associated...
`VOCContextDataset` and `FCN8s` classes aren't imported / defined in the Duration module. Also, within the VOCContextDataset, two parameters are undefined: `img_size` and `transforms_train`. Am I missing it?
Sample Code: ``` from guidance import model, gen model = models.OpenAI("gpt-3.5-turbo", api_key=openai_key) model += "I am sending a request" + gen(name="return_val") print(model.__dict__.keys()) print(model.engine.__dict__.keys()) ``` **Is your feature request related to...