摘要: dfs就好了 先去重一下 class Solution { public: vector<vector<int> > ret; int cnt[55], n; void dfs(vector<int> candidates, int target, int k, vector<int> v) { i 阅读全文
posted @ 2021-10-03 16:02 WTSRUVF 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 主要是练了一下数据读取 这次用的cifa10,整个是一个字典,取了前100个去训练了一下 要先把每一行reshape成32 * 32 * 3 self.data = self.data.reshape(-1, 32, 32, 3) __getitem__ 里放到tranforms之前先Image.f 阅读全文
posted @ 2021-10-03 14:52 WTSRUVF 阅读(93) 评论(0) 推荐(0) 编辑