Hjyperfect
Hjyperfect
diff算法部分
diff算法部分看完后,去源码中对比了一波,感觉很多不一致的地方,本书不是在讲vue3吗,为啥不直接讲透diff,还是讲了一部分。响应式也是,感觉大家买这本书就是想读懂源码部分。感觉看完这两篇后有点失落 跟源码不一致 自己还是要看完书 再去看一遍源码。
When will this function point be completed?What's the idea?
Traceback (most recent call last): File "/Users/hanjianyu/Baidu/SUSTechPOINTS/main.py", line 131, in from algos import pre_annotate as pre_annotate File "/Users/hanjianyu/Baidu/SUSTechPOINTS/algos/pre_annotate.py", line 19, in rotation_model = tf.keras.models.load_model(model_file) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/keras/src/saving/saving_api.py", line 183, in load_model...
安装失败问题
使用 yarn install, 提示有个包需要node 18以上,切换后,又说@achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.18.0" 。
Traceback (most recent call last): File "/Users/hanjianyucool/Other/SUSTechPOINTS/main.py", line 123, in from algos import pre_annotate as pre_annotate File "/Users/hanjianyucool/Other/SUSTechPOINTS/algos/pre_annotate.py", line 19, in rotation_model = tf.keras.models.load_model(model_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/hanjianyucool/miniconda3/lib/python3.12/site-packages/keras/src/saving/saving_api.py", line 196, in...