그룹
로그인
그룹
tensor2tensor
대화
정보
의견 보내기
도움말
tensor2tensor
소유자 및 관리자에게 문의
184개 중 1~30개
Welcome to Tensor2Tensor.
This group is dedicated to discussing issues related to the Tensor2Tensor library:
https://github.com/tensorflow/
tensor2tensor
We're discussing issues with the library, problems with training and use of the models,
other issues related to ML and TensorFlow, and recent Tensor2Tensor releases.
Feel free to post here!
T2T Team
모두 읽음으로 표시
그룹 신고
0개 선택됨
subramaniyam cabila
,
Joydeep Mitra
3
23. 11. 12.
Clarification
I apologize for the error. On Mon, 13 Nov 2023, 09:13 Joydeep Mitra, <joyd...@gmail.com> wrote
읽지 않음,
Clarification
I apologize for the error. On Mon, 13 Nov 2023, 09:13 Joydeep Mitra, <joyd...@gmail.com> wrote
23. 11. 12.
Betizazu Alemu
22. 6. 6.
I need Just one Command
I know it's no longer supported, but I am just starting on NLP and working on a Translation
읽지 않음,
I need Just one Command
I know it's no longer supported, but I am just starting on NLP and working on a Translation
22. 6. 6.
Lohith Naj N
21. 12. 5.
Unable to train the model
Hello, I used your code in machine learning foundations video lecture on your youtube channel and I
읽지 않음,
Unable to train the model
Hello, I used your code in machine learning foundations video lecture on your youtube channel and I
21. 12. 5.
孟焯
20. 7. 8.
Model Apply and Application - Image Classification
Dear experts, I want to use Tensor2Tensor for image classification tasks. After model training, I got
읽지 않음,
Model Apply and Application - Image Classification
Dear experts, I want to use Tensor2Tensor for image classification tasks. After model training, I got
20. 7. 8.
Rohan
,
Lukasz Kaiser
2
20. 3. 20.
GSOC 2020
Hi Rohan. We're not planning to convert T2T to TF2 as is. Instead, please contribute to Trax, the
읽지 않음,
GSOC 2020
Hi Rohan. We're not planning to convert T2T to TF2 as is. Instead, please contribute to Trax, the
20. 3. 20.
Arben Sabani
2
20. 3. 19.
Tranformer model with float inputs and outputs
I know that the word sequnce in translate problem is converted to tensors of float, but i want to
읽지 않음,
Tranformer model with float inputs and outputs
I know that the word sequnce in translate problem is converted to tensors of float, but i want to
20. 3. 19.
Paloma Jimeno
,
Martin Popel
3
20. 2. 20.
tensorflow_model_server translation from translate_enes_wmt32k t2t library. "Could not parse example input"
Thank you, Martin, It is still a bad request (see picture) Could be an option to use the t2t-query-
읽지 않음,
tensorflow_model_server translation from translate_enes_wmt32k t2t library. "Could not parse example input"
Thank you, Martin, It is still a bad request (see picture) Could be an option to use the t2t-query-
20. 2. 20.
David Liebman
,
Martin Popel
4
20. 2. 16.
registering hparam set in user dir
from tensor2tensor.utils import usr_dir usr_dir.import_usr_dir('my-usr-dir') I tried this as
읽지 않음,
registering hparam set in user dir
from tensor2tensor.utils import usr_dir usr_dir.import_usr_dir('my-usr-dir') I tried this as
20. 2. 16.
Ravi Jain
19. 11. 1.
Regarding attention
Why is ``` Q*(K).t() ``` ( t() mean transpose) done in attention, and not ``` Q*(Q+K).t() ``` for
읽지 않음,
Regarding attention
Why is ``` Q*(K).t() ``` ( t() mean transpose) done in attention, and not ``` Q*(Q+K).t() ``` for
19. 11. 1.
Sumeet Singh
19. 10. 29.
Invalid argument: In[0] and In[1] must have compatible batch dimensions: [1,8,1288,4608,4] vs. [1,8,1250,4,256]
This error is occurring inside the function dot_product_attention. I don't even know how
읽지 않음,
Invalid argument: In[0] and In[1] must have compatible batch dimensions: [1,8,1288,4608,4] vs. [1,8,1250,4,256]
This error is occurring inside the function dot_product_attention. I don't even know how
19. 10. 29.
Sumeet Singh
19. 10. 23.
local_attention_2d vs unmasked_local_attention_2d_tpu
Hi All, I am writing a new model for images that uses 2D Local Self Attention for the encoder as
읽지 않음,
local_attention_2d vs unmasked_local_attention_2d_tpu
Hi All, I am writing a new model for images that uses 2D Local Self Attention for the encoder as
19. 10. 23.
Sumeet Singh
19. 10. 21.
ImageMsCocoCharacters (image_ms_coco_characters)
Hi, Does anybody know what model goes along with the ImageMsCocoCharacters (image_ms_coco_characters)
읽지 않음,
ImageMsCocoCharacters (image_ms_coco_characters)
Hi, Does anybody know what model goes along with the ImageMsCocoCharacters (image_ms_coco_characters)
19. 10. 21.
Weiguang Guan
, …
Sumeet Singh
7
19. 10. 21.
conflict between TF 2.0 and T2T 1.14.1
Got it to work with Python 3.6 using pipenv --skip-lock. Pasting the pipfile for what its worth. [[
읽지 않음,
conflict between TF 2.0 and T2T 1.14.1
Got it to work with Python 3.6 using pipenv --skip-lock. Pasting the pipfile for what its worth. [[
19. 10. 21.
Aleksas Pielikis
19. 10. 21.
Defining Text Multi-label Classification Problem
Trying to define a text multi-label classification problem in t2t with kaggle jigsaw toxic comment
읽지 않음,
Defining Text Multi-label Classification Problem
Trying to define a text multi-label classification problem in t2t with kaggle jigsaw toxic comment
19. 10. 21.
Tianyu Jiang
19. 10. 8.
how to indicate input and output node names
Hi everyone, I am trying to convert the t2t model to Apple coreML model.( Transformer model). But i
읽지 않음,
how to indicate input and output node names
Hi everyone, I am trying to convert the t2t model to Apple coreML model.( Transformer model). But i
19. 10. 8.
Simon Mc Duff
, …
Erik Chan
8
19. 10. 3.
How to add Input Parameter in T2T using Tensorflow Serving
Hi Simon Would you mind sharing your code? I am also trying to do Input Parameter in T2T using
읽지 않음,
How to add Input Parameter in T2T using Tensorflow Serving
Hi Simon Would you mind sharing your code? I am also trying to do Input Parameter in T2T using
19. 10. 3.
陳裕政
,
Eugene Kuznetsov
5
19. 10. 1.
with Tensor2tensor when making a transformer training.......
I think the dateset is fine. Because, the training could be continued. The following is including
읽지 않음,
with Tensor2tensor when making a transformer training.......
I think the dateset is fine. Because, the training could be continued. The following is including
19. 10. 1.
Jonny Saunders
19. 9. 29.
Conditional Language Modeling?
Hello! I've been playing around with T2T for awhile now, still getting my feet around some of the
읽지 않음,
Conditional Language Modeling?
Hello! I've been playing around with T2T for awhile now, still getting my feet around some of the
19. 9. 29.
David Liebman
,
John Ed Alvinez
2
19. 9. 29.
learning rate 2.0
Hi David, Good day. I think the Base learning rate text is logged here: https://github.com/tensorflow
읽지 않음,
learning rate 2.0
Hi David, Good day. I think the Base learning rate text is logged here: https://github.com/tensorflow
19. 9. 29.
siddhant sharma
,
Martin Popel
2
19. 8. 1.
Training the a new model based on previous trained model
Just use the same output_dir and continue training. Make sure the new dataset uses the same subword
읽지 않음,
Training the a new model based on previous trained model
Just use the same output_dir and continue training. Make sure the new dataset uses the same subword
19. 8. 1.
Mrinal Roy
, …
Praneet
3
19. 7. 30.
CIFAR-10, CIFAR-100 Models with Mesh TensorFlow
+1 On Thursday, 13 June 2019 14:09:11 UTC-4, Mrinal Roy wrote: Anyone tried or have pointers to
읽지 않음,
CIFAR-10, CIFAR-100 Models with Mesh TensorFlow
+1 On Thursday, 13 June 2019 14:09:11 UTC-4, Mrinal Roy wrote: Anyone tried or have pointers to
19. 7. 30.
Suhas Shekhar
,
Praneet
2
19. 7. 30.
Model-Parallel Layout in Mesh-Tensorflow
+1, looking for answer/ Thanks you On Monday, 1 July 2019 20:39:07 UTC-4, Suhas Shekhar wrote: I am
읽지 않음,
Model-Parallel Layout in Mesh-Tensorflow
+1, looking for answer/ Thanks you On Monday, 1 July 2019 20:39:07 UTC-4, Suhas Shekhar wrote: I am
19. 7. 30.
Youwei Liang
, …
Lukasz Kaiser
5
19. 7. 27.
Does anyone know some easy-to-train datasets?
Thank you. I want to train on an NLP dataset.
읽지 않음,
Does anyone know some easy-to-train datasets?
Thank you. I want to train on an NLP dataset.
19. 7. 27.
Eugene Kuznetsov
,
Lukasz Kaiser
7
19. 7. 22.
bfloat16 GPU performance
Found another fairly significant optimization. It turns out that, if you add a dense layer to
읽지 않음,
bfloat16 GPU performance
Found another fairly significant optimization. It turns out that, if you add a dense layer to
19. 7. 22.
Seongjin Cho
,
Lukasz Kaiser
2
19. 7. 20.
"Generic conv implementation only supports NHWC tensor format for now" error when using t2t-decode
This looks very much like a TF or CUDA problem. I'm not sure what the solution is, but please ask
읽지 않음,
"Generic conv implementation only supports NHWC tensor format for now" error when using t2t-decode
This looks very much like a TF or CUDA problem. I'm not sure what the solution is, but please ask
19. 7. 20.
Martin Popel
19. 7. 18.
Re: Formula used to calculate BLEU
Hi Arben, t2t-bleu implementation (as well as SacreBLEU) uses the correct BLEU formula (as in the
읽지 않음,
Re: Formula used to calculate BLEU
Hi Arben, t2t-bleu implementation (as well as SacreBLEU) uses the correct BLEU formula (as in the
19. 7. 18.
Santosh Gupta
,
Lukasz Kaiser
2
19. 7. 18.
Is the Text2textCopyableTokens problem for summarization? If so, what to put for 'extra_label'?
I must admit I'm not sure what problem this file is about, does anyone know? Lukasz On Tue, Jul
읽지 않음,
Is the Text2textCopyableTokens problem for summarization? If so, what to put for 'extra_label'?
I must admit I'm not sure what problem this file is about, does anyone know? Lukasz On Tue, Jul
19. 7. 18.
Arben Sabani
,
Martin Popel
3
19. 7. 13.
mathematical formula used for t2t-bleu
Thanks a lot, Martin. Thant helps a lot. best Arben On Saturday, 13 July 2019 18:30:47 UTC+2, Arben
읽지 않음,
mathematical formula used for t2t-bleu
Thanks a lot, Martin. Thant helps a lot. best Arben On Saturday, 13 July 2019 18:30:47 UTC+2, Arben
19. 7. 13.
siddhant sharma
,
Martin Popel
2
19. 7. 13.
Generation of word embedding in tensor2tensor-transformer model
Hi Siddhant, by default, word embeddings are treated as all other weights in the Transformer model,
읽지 않음,
Generation of word embedding in tensor2tensor-transformer model
Hi Siddhant, by default, word embeddings are treated as all other weights in the Transformer model,
19. 7. 13.
Arben Sabani
, …
est namoc
6
19. 7. 13.
new translate problem which can deal with corrections
Thanks a lot, very interesting articles. I had a similar idea or approach how translation should work
읽지 않음,
new translate problem which can deal with corrections
Thanks a lot, very interesting articles. I had a similar idea or approach how translation should work
19. 7. 13.