delldu
delldu
Jetson Nano memory is not enough for such kinds of applications if you not optimized !
**Keep** _**But fix it !!!**_
```$ python setup.py build``` running build running build_py copying python/jittor/compiler.py -> build/lib/jittor package init file 'python/jittor/test/__init__.py' not found (or not a regular file) package init file 'python/jittor/utils/__init__.py' not found (or...
Dear Jittor Development Team, Thanks for your good work ! Where can we find an example for model inference with C/C++ ?
"近期支持" ?能不能给个时间表啊?再次谢谢 !!!
Most modern colorization model(AI) has this issue. Do not worry, dear friends.
Hi Dear friend, If you use CPU test, not GPU, you will get gray result. Just set gpu_ids = "-1" in base_options.py. Do you test on CPU ? @steven0704
This patch just resolve model loading, "CPU gray" stands there, not change any more.
On Linux, CPU is also too, it is very strange, but GPU works well.
pipe.enable_model_cpu_offload() works well for CUDA 10G.