Minsu Chae
Results
2
comments of
Minsu Chae
I request at Feb 27 PM 12(KST)(UTC time : Feb 27 3 AM) I applied at Mar 2 AM 11(KST)(UTC time : Mar 2 2 AM) I fill my publication...
```python from typing import Optional, Tuple from dataclasses import dataclass import math import torch from torch import nn import torch.nn.functional as F @dataclass class ModelArgs: dim: int = 512 n_layers:...