PyTorch_image_classifier
PyTorch_image_classifier copied to clipboard
Image classification: efficientnet/resnest/seresnext/.....
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
> Hello, I now want to use resnest to train my own image data set. What I do is image classification, but how to convert my image file into data.csv, because the data processing in the README is a bit unclear, I hope to get Thank you for your reply!
> Hello, I now want to use resnest to train my own image data set. What I do is image classification, but how to convert my image file into data.csv,...
Hi! Great work done here! I‘m wondering how the model name combined, such as , what 'ns' in 'tf_efficientnet_b4_ns' means? other like... 'es' in 'tf_efficientnet_es', 'ap' in ‘tf_efficientnet_b6_ap’, etc. Really...
train default dataset, acc unchange.
Fri Dec 11 22:08:15 2020 Fold 2, Epoch 11, lr: 0.0000849, train loss: 0.03911, valid loss: 0.00720, acc: 47.3684, auc: 0.500000. Fri Dec 11 22:08:15 2020 Fold 2, Epoch 12...
模型使用AUC作为评价指标,只能用于二分类吗?
I don’t know what to do with my own image data set, I hope to get your reply, thank you
Hello, I now want to use resnest to train my own image data set. What I do is image classification, but how to convert my image file into data.csv, because...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...