zcxsythenew

Results 4 issues of zcxsythenew

Hi team, when I tried to run script using Reddit dataset, it failed after 6 training epoch. ![Screenshot_2023-12-21-21-43-10-33_b925948ebc6526d76511b6ea3af63aeb.jpg](https://github.com/twitter-research/tgn/assets/30565051/b6b9243d-cb72-40d0-835b-25abeaea8d8a) I run the script on NVIDIA RTX 3080ti, which does not support...

### OpenTofu Version ```shell OpenTofu v1.9.0-dev on darwin_arm64 + provider registry.opentofu.org/aliyun/alicloud v1.227.0 + provider registry.opentofu.org/hashicorp/alicloud v1.227.0 ``` ### OpenTofu Configuration Files main.tf ```hcl terraform { required_providers { alicloud = {...

bug
accepted

…s omitted. This commit fixes issue #7761. The field "bucket" is be computed, and its references are corrected.

The document of [alicloud_oss_bucket](https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/oss_bucket) says, the field "bucket" is "optional", and if it is "omitted, Terraform will assign a random and unique name." However, when I really omitted the field...