每次尝试在R中使用任何keras函数时,我都会不断收到以下错误。
Error: lexical error: invalid char in json text.
NA
(right here) ------^
我尝试更改工作目录,但无济于事。
{
keras$utils$get_file(fname = normalize_path(fname), origin = origin,
file_hash = file_hash, cache_subdir = cache_subdir, hash_algorithm = hash_algorithm,
extract = extract, archive_format = archive_format, cache_dir = normalize_path(cache_dir))
}
model <- keras_model_sequential()
Error: lexical error: invalid char in json text.
NA
(right here) ------^
这与我在计算机上的写和/或读权限有关吗?
Error: lexical error: invalid char in json text.
NA
(right here) ------^