fnyhy

Results 5 issues of fnyhy

When I try to train the model from scratch, errors occur when initializing some vars. The error is : Failed precondition: Error while reading resource variable transformer/layer_0/rel_attn/layer_normalization/gamma from Container: localhost....

Hi, I want to train a model on my dataset, which has 5 classes. I feel confused about the data preprocessing about multi-classes dataset. Any codes or descriptions about it...

Hello! My environment (python 3.7) reported a error when I installed libs in the requirement, that is 'No matching distribution found for python-apt==1.6.4'. In fact, some other libs also have...

When I run the generate.py ,the following error will happen. Exception ignored in: Traceback (most recent call last): File "/home/anaconda3/envs/musictransformer/lib/python3.6/site-packages/tensorflow/python/training/tracking/util.py", line 240, in __del__ TypeError: 'NoneType' object is not callable

How can I get encoder.json on my own dataset? I am comfused about it. I got a vocab file using SentencePiece.