Boto Client Error: The provided token has expired
- SDGym version: 0.4.2.dev0
- Python version: 3.8.11
- Operating System: Windows 10
Description
Trying to just get started running benchmarks
What I Did
import sdgym
from sdgym.synthesizers import (
CLBN, CopulaGAN, CTGAN, Identity, Independent,
MedGAN, PrivBN, TableGAN,
Uniform, VEEGAN)
all_synthesizers = [
CLBN,
CTGAN,
CopulaGAN,
Identity,
Independent,
MedGAN,
PrivBN,
TableGAN,
Uniform,
VEEGAN,
]
scores = sdgym.run(synthesizers=all_synthesizers)
Exception has occurred: ClientError (note: full exception trace is shown but execution is paused at: