-
Hey AutoRAG devwlopers,
Thanks for the great work on AutoRAG. It's been a valuable tool for optimizing RAG pipelines. I thought there are a couple of feature requests that could make it even more pow…
-
Noting the excellent performance of HLOC, I wanted to use it for pose estimation in indoor scenes.
I collected multiple sets of indoor data, but when visualizing poses, I found that in many cases, th…
-
I have the data of financial transactions and I am trying to fit a neural network to it. Here is some background on the data.
I have stored it in a dataframe which has date as index and transaction…
-
Hello,
Just wondering if I'm missing something or if _train_sequential.py_ is currently a template?
`dataset = pd.read_csv('data/data.csv', index_col=None)
`
If _data.csv_ is generated by …
-
### Describe the bug
There is no explicit error handling during event processing in data index.
ReactiveMessagingEventConsumer/BlockingMessagingEventConsumer,
```
@Incoming(KOGITO_PROCESSINSTANC…
-
```
random.seed(1)
np.random.seed(1)
torch.manual_seed(1)
cudnn.deterministic = True
cudnn.benchmark = False
model = nn.Sequential(nn.ReflectionPad2d(3), nn.Conv2d(3, 8, 7))
for i in range(10):…
-
### Describe the bug
I used the code below to train an EfficientAD model for binary anomaly detection task.
```python
# Initialize the datamodule, model and engine
datamodule = Folder(
name…
-
### Background
### Solution
DS-MVP-2 An extended machine learning module that can learn to detect racially biased expressions in sequential context based on input labeled data. It would be nat…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
@XingangPan When I run sh ./experiments/test.sh, I met following error, what should I do?I checks my dataset's path is right.
data created
data loaded
data loaded
1
bad
/home/kb457/torch/in…