DarkPocket
DarkPocket
**Describe the bug** A clear and concise description of what the bug is. i had add new model 'zhimi.airpurifier.rma1' ,edit code in miio/integrations/airpurifier/zhimi/airpurifier_miot.py . but have warning: "Found an unsupported...
从1.2 - Forward propagation开始就一直对不上 1.3 - Compute cost 运行cost = 4.66487 Expected Output: cost = 2.91034 1.4 Model 运行 Train Accuracy: 0.65833336 Test Accuracy: 0.5416667 Expected Output: Train Accuracy =...
512张 64x64的图片 原始大小0.4mb,转换h5文件后 有25m 多了60倍 使用的示例代码 ```py data_image_set = np.random.rand(len(data_image_path), 64, 64, 3).astype('float32') data_label_set = np.random.rand(len(data_label), 1).astype('float32') list_classes_set= np.random.rand(10, 1).astype('int') for i in range(len(data_image_path) ): data_image_set[i] = np.array(plt.imread(os.path.join(image_dir_path,data_image_path[i]))) data_label_set[i] =...
Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-56-generic x86_64), no GPU. requirements.txt torch==1.13.1 torchvision==0.14.1 tqdm==4.65.0 typing_extensions==4.5.0 uc-micro-py==1.0.2 urllib3==2.0.2 uvicorn==0.22.0 websockets==11.0.3 win32-setctime==1.1.0 yarl==1.9.2 zipp==3.15.0 run ` python3 -m pip install inplace-abn==1.1.0 ` have error....