-
I am trying to setup OSS with sharpness-aware minimization (SAM).
https://github.com/davda54/sam
https://github.com/SamsungLabs/ASAM
I followed this guide to setup OSS, but I have difficulty wrap…
-
![new](https://user-images.githubusercontent.com/94822192/142828651-cd8196e5-3959-4503-8f8a-0847e865f558.PNG)
import efficientnet.keras as efn
import keras.backend as backend
with strategy.s…
-
CPM 使用微调脚本训练, 不开启 --use-delta 这一选项,则出现如下错误:
Traceback (most recent call last):
File "finetune_cpm_bee.py", line 503, in
main()
File "finetune_cpm_bee.py", line 499, in main
finetune(…
-
I have a model that I compile with
```
model.compile(loss='binary_crossentropy', optimizer='adam', metrics=[matthews_correlation])
```
and it fails after the first epoch
```
17/18 [==========…
-
Hello author, I have read your paper carefully and also reproduced the code. Following the steps you responded to in the other question, I ran the code.
First, I set time_batch_size=…
-
While fine-tuning the transformers model i.e.```transformers.TFDistilBertModel.from_pretrained(pretrained_weights)```
I got this error message.
![image](https://user-images.githubusercontent.com/538…
-
### question
I want to use GPR interplotation ,there are two python pakage to use ,gpytorch and [GPy](https://github.com/SheffieldML/GPy). the GPy can automatically optimizes parameters ,so I can get…
-
I understand the concept of DenseLoss/weights broadly. But to practically use it do I just specify the weights computed by DenseWeight in the 'loss_weight' parameter while compiling the model or is th…
-
i'm trying to use fer with opencv but these errors occures again and again :
This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the…
-
**The code i used:**
```
model = P['model'](P['backbone'], encoder_weights='imagenet', encoder_freeze = True)#, gn_groups = P['gn_groups'])
if P['use_reg']:
model = set_regul…