JUN

Results 9 issues of JUN

![cartoon_transfer_53_081680_overview](https://user-images.githubusercontent.com/84310920/181467493-defc1676-2e99-41c5-8ed5-a42750aea95a.jpg) As shown in the picture above, the result of style_transfer.py does not come out properly. Why is that? The output of the terminal is as follows (dualstylegan_env) [lucass@nipa2019-0211 DualStyleGAN]$...

can i do nlp classify task with this model ?

sry , I'm begginer of ML , programming.. so I can't start this project with read me ... plz help me

can i do nlp classify task with this model ?

for q_seq, r_seq in batch: q_seqs.append(FloatTensor(q_seq[:-1])) r_seqs.append(FloatTensor(r_seq[:-1])) qshft_seqs.append(FloatTensor(q_seq[1:])) rshft_seqs.append(FloatTensor(r_seq[1:])) Through the code above When making q_seqs and qshft_seqs, q_seqs should cut one of the ends, and qshft_seqs should make data...

A function tf.einsum (‘ibnd,jbnd->ijbn’, (head_q, head_k) used to obtain an attachment score from xlnet, transformer xl, can’t find correlation between all words, can anyone explain it on calculation? For example,...

Why do you pass query, key, and value through the same fc_layer in transformer_xl model?

Hello, I enjoyed the great code If you are training fm.py on data such as assistance09 and multiple skills are associated in one problem, you follow these steps? PREPARE_assist09.py -->...

Hello, I am using the html_editor_enhanced package as a custom widget in FlutterFlow. The toolbar buttons and all UI elements appear correctly, but the text input area does not show...

question