-
Thanks for your code, but I want to learn how to use your modle to train a new set of data, so can you provide a train.py file?
-
UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.)
device: torch.device = torch.device("cpu"),
Models: ['llavamed']
-
I'm struggling to get the Lua script to run on a Jupyter Notebook on [Google Colab](http://colab.research.google.com) but can't get past [this error](https://github.com/torch/cutorch/issues/435). Only…
-
**Describe the situation**
As far as I know, in _fp32 dest acc mode_ (hereafter referred to as FP32 mode), the results of compute API operations are stored in the DST register with 32-bit precision. …
-
In this task, I would start working on high level design and tasks for the chat bot.
-
**Is your feature request related to a problem? Please describe.**
Mathematical relations, such as [predicates](https://en.wikipedia.org/wiki/Relation_(mathematics)), often have important propertie…
-
Hello everybody,
I'm trying to explore the lambeq library to deal with a multiclass classification task. Following the guidelines on the documentation, I've implemented the following code:
`print(…
-
Hi there,
i would like to use EOgmaNeo and apply it to a reinforcement learning problem. I have inputs as a vector at each time step. But I don't know how to pass these inputs to the learning agent…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
Is it possible to add a feat…
-
def read_data(sentences):
labels, data = [], []
for sentence in sentences:
label = int(sentence[0])
labels.append([label,1-label])
data.append(sentence[3:].strip()…