H.Tongwen

Results 6 issues of H.Tongwen

Hi, If we want to find architectures on big datasets such as ImageNet, how to change our code to support it? Thanks

Hi, When I run the training code, it ocurrs the problem like 'No such file or directory' ,maybe some train files can't find in it,like '../../frames/frame02661.png'. Could you support me...

Hi, @nicolas-ivanov I run the training code.Maybe it contains some errors in it.I get the error like below: `ValueError: Shape mismatch: x has 64 rows but z has 24 rows...

Hello, it's a nice work. If we use the big dataset which cannot load into memory, how to calculate the sample weights for the adaboosting? Thanks for you advance.

Great work ! I am a little confused about the `mask` matrix. As I see, the `mask` matrix is the same size as `input` matrix, and the normal word is...

I just install from the `transformers` source code, and the version of transformers is : ``` transformer_engine 1.7.0+4e7caa1 transformers 4.45.0.dev0 transformers-stream-generator 0.0.4 ``` The following error information: ``` from transformers...