-
## Pre-Talk
- [ ] Create the talk on Google Slides
- [ ] Add the talk to the talks folder in ChaelCodes Google Drive
- [ ] Create a Talk promo image (1280x720) or (1920x1080)
- [ ] Create a short …
-
- deeplabv3
```bash
Traceback (most recent call last):
File "/ssd2/liyang/tensorflow/models/research/deeplab/train.py", line 22, in
from deeplab import common
File "/ssd2/liyang/tensorfl…
-
Here was the error when using powershell, creating venv, following instruction and installing the requirements.txt, and running python app.py
```
C:\users\newpc\downloads\pullid\pulid\venv\lib\sit…
-
字符识别infer时,出现错误 ,det 和 cls是正常的
RuntimeError: Error(s) in loading state_dict for BaseModel:
Missing key(s) in state_dict: "backbone.blocks.0.mid_se.conv1.weight", "backbone.blocks.0.mid_se.c…
-
**Is your feature request related to a problem? Please describe.**
Related to the task of migrating estimators from [sktime-dl](https://github.com/sktime/sktime-dl) to sktime. The main goal of doing …
-
For example, I have trained a model for 300,000 rounds, and save the model successfully. What if I want to go on training base on the saved model, saying, I want to train 300,000 more rounds. I can no…
-
[목표]
textVQA fine-tuning 시켜서 training 하기
[기한 목표]
~11.20 : textVQA 다시 학습 & pretrained model학습
~11.21 : 모델 팀 회의후, 결론 내기
- web team이 model 쓸 수 있도록 인터페이스 만들기
- 다른 모델을 더 조사 -> 해당 모델을 통해…
-
The Readme says:
"The scripts folder contains scripts to train TranX on example datasets. For example, to train on the Django dataset, simply run: . scripts/django/train.sh 0 "
When will this be a…
-
Thank you for your selfless dedication!!
The first time I run your script, the data used is ‘LJSpeech-1.1’:
1. python3 preprocess.py
2. python3 train.py --model='Tacotron-2'
3. python3 synthesize.…
-
Hello, thank you for releasing the implementations of RIMs.
I am reproducing your work on the released codes and I just cannot reach the performance reported in RIMs paper on sequential mnist experim…