consistency_models_cifar10
consistency_models_cifar10 copied to clipboard
Minor Error (Probably caused by FLAX Api updates)
Fix the following error I got when running the original version of the code.
``
Traceback (most recent call last):
File "/home/guandao/anaconda3/envs/jax-cm/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/guandao/anaconda3/envs/jax-cm/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/guandao/CM/consistency_models_cifar10/jcm/main.py", line 86, in
``
yes,I met the same problem