-
controlller에서 환경 분리, Env 폴더 생성
추 후 유틸리티(plotting)도 분리 필요
- [x] #25
- [ ] pure_pursuit.py
- [ ] stanley_controller.py
- [ ] state_lattice_planner.py
- [ ] cubic_spline_planner.py
- [ ] st…
-
### Metadata
- Authors: Jiasen Lu, Jianwei Yang, Dhruv Batra, Devi Parikh
- Organization: Georgia Institute of Technology & Facebook AI Research
- Conference: CVPR 2018
- Paper: https://arxiv.org/…
-
# my model
```python
class Longformer_Net(nn.Module):
def __init__(self, model_name, device, add_special_tokens=False, bidirectional=False, num_layers=1):
super().__init__()
…
-
## Weekly Notebook Entry — Week 4
### Overview
- **Week Span:** `9/9/2024` to `9/13/2024`
### Tasks for This Week
- [x] Task 1: Attend GNI Symposium and present work from Microclimate Spring 2…
-
自然语言处理(Natural Language Processing, NLP)非常有意思!互联网上最不缺乏的就是文本数据了,如何处理这些数据来获取有价值的信息,这是一个非常值得探索的领域。
在这个Issues下面,我主要记录一些阅读过还不错的文献,做点摘记。
-
@namisan when I increase the num_hidden layers to 300 I get this weird error:
`CUDA error after cudaEventDestroy in future dtor: device-side assert triggeredTraceback (most recent call last):
File…
-
Hello!
Thanks a whole for implementing this, it works wonders.
There has been some time since the notebook was written, and it did not work out of the box anymore. So I went ahead and made this …
-
References to related work are missing
Some spelling mistakes ie. technique (check related work and section 5)
The dataset section may be included in Method
A typo/syntactic error in the first line…
-
Hello,
I am currently working on a PyTorch assignment that involves choosing a research project (which utilizes PyTorch) for reproduction. The goal is to deepen our understanding of PyTorch through…
-
Impressive port, I'm new to either of these frameworks (theano or Torch) but I can tell significant work went into the port, thanks for sharing it!
Curious, what was your motivation? For example, d…