-
### Ticket Contents
## Goal
Create a bot capable of answering user questions based on RAG framework using government data extracted from PDFs.
## Description
The project aims to develop a chatbo…
-
There is (I guess) a copy-paste bug in dnn.py
```
self.targets = tf.get_collection(tf.GraphKeys.TARGETS)
if len(self.inputs) == 0:
```
The second line should be `if len(self.targets) == 0:`
**One …
-
I noticed the conclusion in your paper - "In contrast, Single -> Multi knowledge distillation improves or matches the performance of the other methods on all tasks except STS, the only regression task…
-
Hello!
Thanks for your great repo!
Our work on multi-task learning named "Multi-Task Dense Prediction via Mixture of Low-Rank Experts (CVPR 2024)" has been released recently. Would you like to tak…
-
gcn_output, logits = self.gcn(graph_batch.x, graph_batch.edge_index)
graph_batch.y = graph_batch.y.to(logits.device)
node_loss = ce_cri(logits, graph_batch.y)
The input of…
-
https://github.com/PK-Yadav/java-learning-pappuYadav/blob/dd79e089f6df3b8fa70b39388871944d9a911299/multi-threading-task2/repeating-word-count/src/main/java/com/java/learning/task/multithreading/tasks/…
-
https://github.com/PK-Yadav/java-learning-pappuYadav/blob/dd79e089f6df3b8fa70b39388871944d9a911299/multi-threading-task2/repeating-word-count/src/main/java/com/java/learning/task/multithreading/tasks/…
-
Good understanding of deep learning architectures like Multi-Layer Perceptron, Recurrent Neural Networks (RNNs), Long Short Term Memory models (LSTMs), Gated Recurrent Units (GRUs), and Convolutional …
-
**Describe the question(问题描述)**
Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts
In the MOE method does expert have to learn and can the frozen model be us…
-
I'm trying to recreate the results of cifar100 and MNIST in r-walk paper, but it doesn't work.
To compare it to your code, i open this Issue.
This repo is based on A-GEM paper(**1-epoch** setting …