Hyunsoo Luke HA
Hyunsoo Luke HA
There are "no attribute" errors such as `AttributeError: module 'tensorflow' has no attribute 'gfile'` `AttributeError: module 'tensorflow' has no attribute 'flags'` because tensorflow V2 is automatically installed from `pip install...
Since `torch.clamp` was updated in 1.12.0, the latest version of Pytorch, `torch.clamp`'s min, max argument should be loaded on same device with input tensor. https://github.com/pytorch/pytorch/pull/77035 I got an error with...
This PR is related to #237 ! There are two options to fix this problem, 1. just convert `max` tensor to scalar (this PR) 2. make `max` tensor be loaded...
First of all, thank you for creating this amazing project. I discovered a potential improvement regarding tokenizer usage while working with the codebase and have implemented the changes below. ##...