-
Hi, thank you for the great job!
There is a return which contains attention_contacts in esm2, and the code is: results = model(batch_tokens, repr_layers=[33], return_contacts=True). However, i cannot…
-
While writing the inference code for NetworkA, I encountered an issue with the Flatten layer not calculating the shape correctly during the model construction. Here is my code:```python
import tensor…
-
### Summary
I wanted to ask about a technical aspect of DeePMD. Is there a way by which I can load DPs as TF models and perform backprop externally, like on a jupyter notebook. I am able to use DPs i…
-
# Summary
#### Link
[Contrastive Explanations for Reinforcement Learning via Embedded Self Predictions](https://openreview.net/forum?id=Ud3DSz72nYR)
#### Author/Institution
Zhengxian Lin, Ki…
-
### 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…
-
Krish Gupta 9/16 - 9/23
Quick Overview
List your top 3 tasks or objectives for this week:
Task 1: Figure out which parameters are important to intake for a proper evaluation of building energy…
-
**Is your feature request related to a problem? Please describe.**
In this repository, gold price prediction model is there but it is using simple machine learning methods. That is why I would like t…
-
https://arxiv.org/abs/2309.15048
https://github.com/linhaowei1/TPL
-
**Is your feature request related to a problem? Please describe.**
The project addresses the need for accurate prediction of avocado prices to assist stakeholders like farmers, suppliers, and retai…
-
### 🐛 Describe the bug
I was trying to run Bert model training on ICELAKE CPU with torch.compile mode then it is giving a value error, but when i am running it with eager mode then it is running fi…