-
## 🚀 Feature
A loss functions API in torchvision.
## Motivation
The request is simple, we have loss functions available in torchvision
E.g. `sigmoid_focal_loss` , `l1_loss`. But these are qu…
-
## リソース
+ kaggleのGPU/TPU
+ colabpro
+ ローカルマシン(GTX1070)
+ 基本これでモデルを作ってる 15h/1fold
## 方針
全データ使用、CNNモデルでclassificationのアプローチ
## 0.62でやってたこと
[Code](https://www.kaggle.com/teyosan1229/b…
-
Hi, I use the same hyper params as the paper described (expect that the batch size is 32), and the result on the python dataset is:
```
bleu: 33.57576184454644, rouge: 40.749804328727144 meteor: …
-
使用paddle2.6
最新的paddlecls2.5.2分支
训练NUS-WIDE-SCENE数据集;
报错:
File "/home/jmt/Knowledge_is_Power/images_classifion/PaddleClas-release-2.5.2/tools/train.py", line 36, in
engine.train()
File "…
-
paddleclas 0.0.0
paddlepaddle-gpu 2.5.2
python 3.8
win 11
特征提取模型训练报错
`python tools/train.py -c E:\PaddlePaddle\PaddleClas\ppcls\configs\GeneralRecognitionV2\GeneralRecognitionV2_…
-
# ❓ Questions and Help
Every time I saw monkey patch from xformers attention layer to huggingface `LlamaAttention`, it seems parameter `attention_mask` is never used. The patch always looks like th…
-
## 🚀 Feature Request
From the Documentation in Checkpointing part, I didn't find there is a best checkpoint saver function supported.
best checkpoint saver refers to the function that monitors th…
-
As a followup to https://github.com/pytorch/torchdynamo/issues/887 which worked with eager
## Repro
`pip install mosaicml`
```python
from torch.utils.data import DataLoader
from torchvision…
-
気になるDiscussionを共有・まとめるISSUEです
以下テンプレ
```
## タイトル
## URL
## どんな内容?(3行くらいで)
## コメント
```
-
So I and another were trying out dcgan.torch to see how well it would work on image sets more complicated than faces (kudos on writing an implementation _much_ easier to get up and running than the or…