Run
Run
> 读取Amazon-Books的test数据时,部分用户没有交互的项目,所以这里读数据报错了。我找到有13647、41589、50736、52234号用户,你可以看看。 The problem is not here, I solve this problem by changing "l.strip('\n')" to "l.strip()". You can try it.
Hi, for question (1), `why does 2*(dim_t//2) has to be devided by 128`, since the position embedding performs on both the x and y direction, then `concat`.
I find the isse is solved by authors. You can see [here](https://github.com/OpenMotionLab/MotionGPT/blob/a56b09ff7d20b4ddde9c0080aeb4a6b237f031c3/mGPT/render/blender/scene.py#L26-L33). This code works in my device (Blender 4.1).
> Hi @connorzl ! I faced the same problem when testing the model. Have you solved the problem? Many thanks. Hi, this issue come from the version of matplotlib, you...
> The author recently deleted all dataset information from Google Drive except for Netflix😅. When I replied to this issue, I only downloaded the TikTok dataset. If you need it,...
Thx! I've noticed that this `feat_bias` is mainly applied to **root** and **foot**, so perhaps I can understand that the purpose of this is to **reduce AE's attention to these...
Ah, I am also waiting for the author's further response. Perhaps, as he said, you can consider it as a hyperparameter. @vadeli
Thanks, I'll view it.