-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to execute run_tasks #14
Comments
@cptay I had the same problem with python 3.7, and after switching back to python 3.6.6, the code now works perfectly for me. |
@Yby-Bob Oh, I will try that out, thanks! |
@Yby-Bob It works, thanks! |
@Yby-Bob Hi, I also met this error and switched back to 3.6.6 and succeeded in executing run_tasks, while I got another error of scipy in the last part of code:
The error shows a conflict in scipy version but I tried several: ValueError: 'arr' does not have a suitable array shape for any mode.` Have you ever met this error? |
@Yby-Bob |
Hi,
I ran into this problem
TypeError: The param "transform" of Nest module "fetch_data" should be type of "Union[Callable, NoneType]". Got
image_transform(
[✓] image_size: Union[int, List[int]],
augmentation: dict,
[✓] mean: List[float] = [0.485, 0.456, 0.406],
[✓] std: List[float] = [0.229, 0.224, 0.225]) -> Callable
Please check if some important params of Nest module "image_transform" have been forgotten in use.
Anyone of you know how to solve this? Or alternativelty anyone of you has the training code without Nest?
Thanks
The text was updated successfully, but these errors were encountered: