Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: rmagesh148
  • Language: Python
  • Default Branch: main
  • Size: 121 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

ReadMe.md

# Method

  • The 4 most important files for this paper are test_ood.py, utils.py, data.py, confidenciator.py

  • Download the OpenOOD (Git repo: https://github.com/Jingkang50/OpenOOD/tree/main) datasets and checkpoints from this link: https://entuedu-my.sharepoint.com/:f:/g/personal/jingkang001entuedusg/Eso7IDKUKQ9AoY7hm9IU2gIBMWNnWGCYPwClpH0TASRLmg?e=kMrkVQ

  • Run the test_ood.py file to check results.

  • Make sure you provide necessary directory for each dataset and checkpoint(pretrained models) before running the code.

  • Change the directory of "OpenOOD " (/confidence-magesh_MR/confidence-magesh/OpenOOD) folder inside load.py (/confidence-magesh/models/load.py) script.

  • Similarly change the directory of "OpenOOD" folder inside data.py (/confidence-magesh/data.py) script.

# Cifar10:

  • Provide necessary directories of pretrained OpenOOD checkpoint models inside the script: /confidence-magesh/OpenOOD/openoodidoodandmodel_cifar10.py

  • Provide necessary directories of OpenOOD datasets inside the files: /home/saiful/confidenceicdb/confidence-magesh/OpenOOD/configs/datasets/cifar10/cifar10.yml and /home/saiful/confidenceicdb/confidence-magesh/OpenOOD/configs/datasets/cifar10/cifar10_ood.yml.

Please follow the similar approach to run it with mnist, cifar100, and imagenet. You need to provide directory of the OpenOOD datasets and checkpoints inside: /confidence-magesh/OpenOOD/openoodidoodandmodelmnist.py,
/confidence-magesh/OpenOOD/openood
idoodandmodelcifar100.py,
and confidence-magesh/OpenOOD/openoodidoodandmodel_imagenet.py files.

  • The results can be found inside the following directories: for mnist : /confidence-magesh/results/mnistlenet/knn/ for cifar10: /confidence-magesh/results/cifar10resnet/knn/ for cifar100: /confidence-magesh/results/cifar100resnet/knn/ for imagenet: /confidence-magesh/results/imagenetresnet50/knn/ for document: /confidence-magesh/results/documentresnet50docu/knn/

# Document dataset:

  • Download the dataset from this link https://adamharley.com/rvl-cdip/
  • Preprocess the dataset folder directories following this link https://github.com/MdSaifulIslamSajol/mobilenetimageclassificationwithdocumentdataset/blob/main/makeclasswisesubfoldersrvl_cdip.py
  • The processed dataset can also directly be downloaded from this link https://lsu.box.com/s/x71r0eiagqgbqxei50ghbk9cldslxr34
  • The pretrained checkpoints of Resnet50 for document dataset can be found on this directory: /confidence-magesh/document classification/saved trained models/resnet50checkpoints/resnet50acc0.9epoch40on319837trainimages_load.ckpt"
  • The OOD datasets for document dataset can be found on this link: https://github.com/gxlarson/rvl-cdip-ood
  • Now provide directory of the OpenOOD datasets and checkpoints inside: confidence-magesh/documentidoodnmodel_loader.py script .

Citation

If you find our repository useful for your research, please consider citing our paper: ```bibtex

v1.0

@Book{magesh2024combood, author = {Magesh Rajasekaran and Md Saiful Islam Sajol and Frej Berglind and Supratik Mukhopadhyay and Kamalika Das}, title = {COMBOOD: A Semiparametric Approach for Detecting Out-of-distribution Data for Image Classification}, booktitle = {Proceedings of the 2024 SIAM International Conference on Data Mining (SDM)}, pages = {643-651}, year = {2024}, doi = {10.1137/1.9781611978032.74}, URL = {https://epubs.siam.org/doi/abs/10.1137/1.9781611978032.74} } ```

Owner

  • Name: Magesh Rajasekaran
  • Login: rmagesh148
  • Kind: user

GitHub Events

Total
  • Watch event: 2
  • Fork event: 1
Last Year
  • Watch event: 2
  • Fork event: 1

Dependencies

OpenOOD/environment.yml pypi
  • Cython ==0.29.30
  • diffdist ==0.1
  • faiss-gpu ==1.7.2
  • gdown ==4.5.1
  • imgaug ==0.4.0
  • mmcls ==0.17.0
  • mmcv ==1.4.2
  • opencv-python ==4.4.0.46
  • pandas ==1.4.1
  • pre-commit *
  • pyyaml ==5.4.1
  • torchlars ==0.1.2
environment.yml pypi
  • absl-py ==1.3.0
  • addict ==2.4.0
  • aiohttp ==3.8.3
  • albumentations ==1.3.0
  • astunparse ==1.6.3
  • cachetools ==5.2.0
  • cython ==0.29.32
  • diffdist ==0.1
  • en-core-web-sm ==3.3.0
  • faiss-gpu ==1.7.2
  • flatbuffers ==22.10.26
  • frozenlist ==1.3.3
  • future ==0.18.2
  • gast ==0.4.0
  • google-auth ==2.14.1
  • google-auth-oauthlib ==0.4.6
  • google-pasta ==0.2.0
  • grpcio ==1.50.0
  • h5py ==3.7.0
  • imgaug ==0.4.0
  • keras ==2.10.0
  • keras-preprocessing ==1.1.2
  • libclang ==14.0.6
  • libmr ==0.1.9
  • markdown ==3.4.1
  • mmcls ==0.24.1
  • mmcv ==1.7.0
  • oauthlib ==3.2.2
  • opencv-python ==4.5.3.56
  • opencv-python-headless ==4.6.0.66
  • opt-einsum ==3.3.0
  • patsy ==0.5.3
  • pip ==22.3.1
  • protobuf ==3.19.6
  • pyasn1 ==0.4.8
  • pyasn1-modules ==0.2.8
  • pydantic ==1.8.2
  • pytorch-lightning ==1.2.2
  • qudida ==0.0.4
  • requests-oauthlib ==1.3.1
  • rsa ==4.9
  • shapely ==1.8.5.post1
  • statsmodels ==0.14.0
  • tensorboard ==2.10.1
  • tensorboard-data-server ==0.6.1
  • tensorboard-plugin-wit ==1.8.1
  • tensorflow ==2.10.0
  • tensorflow-estimator ==2.10.0
  • tensorflow-io-gcs-filesystem ==0.27.0
  • termcolor ==2.1.0
  • werkzeug ==2.2.2
  • yarl ==1.8.1
requirements.txt pypi
  • abseil-cpp =20210324.1=h9c3ff4c_0
  • absl-py =1.3.0=pypi_0
  • addict =2.4.0=pypi_0
  • aiohttp =3.8.3=pypi_0
  • aiosignal =1.3.1=pyhd8ed1ab_0
  • alabaster =0.7.12=pyhd3eb1b0_0
  • albumentations =1.3.0=pypi_0
  • arrow =1.2.3=py39h06a4308_0
  • arrow-cpp =4.0.0=py39h6ac3dd5_3_cpu
  • astroid =2.6.6=py39h06a4308_0
  • asttokens =2.0.5=pyhd3eb1b0_0
  • astunparse =1.6.3=pypi_0
  • async-timeout =4.0.2=pyhd8ed1ab_0
  • atomicwrites =1.4.0=py_0
  • attrs =21.4.0=pyhd3eb1b0_0
  • autopep8 =1.6.0=pyhd3eb1b0_0
  • aws-c-cal =0.5.11=h95a6274_0
  • aws-c-common =0.6.2=h7f98852_0
  • aws-c-event-stream =0.2.7=h3541f99_13
  • aws-c-io =0.10.5=hfb6a706_0
  • aws-checksums =0.1.11=ha31a3da_7
  • aws-sdk-cpp =1.8.186=hb4091e7_3
  • babel =2.9.1=pyhd3eb1b0_0
  • backcall =0.2.0=pyhd3eb1b0_0
  • beautifulsoup4 =4.11.1=py39h06a4308_0
  • binaryornot =0.4.4=pyhd3eb1b0_1
  • black =22.6.0=py39h06a4308_0
  • blas =1.0=mkl
  • bleach =4.1.0=pyhd3eb1b0_0
  • bottleneck =1.3.5=py39h7deecbd_0
  • brotli =1.0.9=h5eee18b_7
  • brotli-bin =1.0.9=h5eee18b_7
  • brotlipy =0.7.0=py39h27cfd23_1003
  • bzip2 =1.0.8=h7b6447c_0
  • c-ares =1.18.1=h7f98852_0
  • ca-certificates =2022.12.7=ha878542_0
  • cachetools =5.2.0=pypi_0
  • catalogue =2.0.8=py39hf3d152e_1
  • certifi =2022.12.7=pyhd8ed1ab_0
  • cffi =1.15.1=py39h74dc2b5_0
  • chardet =4.0.0=py39h06a4308_1003
  • charset-normalizer =2.0.4=pyhd3eb1b0_0
  • click =8.0.4=py39h06a4308_0
  • cloudpickle =2.0.0=pyhd3eb1b0_0
  • colorama =0.4.5=py39h06a4308_0
  • cookiecutter =1.7.3=pyhd3eb1b0_0
  • cryptography =38.0.1=py39h9ce1e76_0
  • cuda =11.6.2=0
  • cuda-cccl =11.6.55=hf6102b2_0
  • cuda-command-line-tools =11.6.2=0
  • cuda-compiler =11.6.2=0
  • cuda-cudart =11.6.55=he381448_0
  • cuda-cudart-dev =11.6.55=h42ad0f4_0
  • cuda-cuobjdump =11.6.124=h2eeebcb_0
  • cuda-cupti =11.6.124=h86345e5_0
  • cuda-cuxxfilt =11.6.124=hecbf4f6_0
  • cuda-driver-dev =11.6.55=0
  • cuda-gdb =11.8.86=0
  • cuda-libraries =11.6.2=0
  • cuda-libraries-dev =11.6.2=0
  • cuda-memcheck =11.8.86=0
  • cuda-nsight =11.8.86=0
  • cuda-nsight-compute =11.8.0=0
  • cuda-nvcc =11.6.124=hbba6d2d_0
  • cuda-nvdisasm =11.8.86=0
  • cuda-nvml-dev =11.6.55=haa9ef22_0
  • cuda-nvprof =11.8.87=0
  • cuda-nvprune =11.6.124=he22ec0a_0
  • cuda-nvrtc =11.6.124=h020bade_0
  • cuda-nvrtc-dev =11.6.124=h249d397_0
  • cuda-nvtx =11.6.124=h0630a44_0
  • cuda-nvvp =11.8.87=0
  • cuda-runtime =11.6.2=0
  • cuda-samples =11.6.101=h8efea70_0
  • cuda-sanitizer-api =11.8.86=0
  • cuda-toolkit =11.6.2=0
  • cuda-tools =11.6.2=0
  • cuda-visual-tools =11.6.2=0
  • cudatoolkit =10.2.89=hfd86e86_1
  • cycler =0.11.0=pyhd3eb1b0_0
  • cymem =2.0.6=py39h295c915_0
  • cython =0.29.32=pypi_0
  • cython-blis =0.7.7=py39hce1f21e_0
  • cytoolz =0.12.0=py39h5eee18b_0
  • dask-core =2022.7.0=py39h06a4308_0
  • dataclasses =0.8=pyhc8e2a94_3
  • datasets =1.18.4=py_0
  • dbus =1.13.18=hb2f20db_0
  • debugpy =1.5.1=py39h295c915_0
  • decorator =5.1.1=pyhd3eb1b0_0
  • defusedxml =0.7.1=pyhd3eb1b0_0
  • diff-match-patch =20200713=pyhd3eb1b0_0
  • diffdist =0.1=pypi_0
  • dill =0.3.6=pyhd8ed1ab_1
  • docutils =0.18.1=py39h06a4308_3
  • en-core-web-sm =3.3.0=pypi_0
  • entrypoints =0.4=py39h06a4308_0
  • et_xmlfile =1.1.0=py39h06a4308_0
  • executing =0.8.3=pyhd3eb1b0_0
  • expat =2.4.9=h6a678d5_0
  • faiss-gpu =1.7.2=pypi_0
  • ffmpeg =4.2.2=h20bf706_0
  • fftw =3.3.9=h27cfd23_1
  • filelock =3.6.0=pyhd3eb1b0_0
  • flake8 =4.0.1=pyhd3eb1b0_1
  • flatbuffers =22.10.26=pypi_0
  • fontconfig =2.13.1=hef1e5e3_1
  • fonttools =4.25.0=pyhd3eb1b0_0
  • freetype =2.12.1=h4a9f257_0
  • frozenlist =1.3.3=pypi_0
  • fsspec =2022.10.0=py39h06a4308_0
  • future =0.18.2=pypi_0
  • gast =0.4.0=pypi_0
  • gds-tools =1.4.0.31=0
  • gflags =2.2.2=he1b5a44_1004
  • giflib =5.2.1=h7b6447c_0
  • glib =2.69.1=h4ff587b_1
  • glog =0.5.0=h48cff8f_0
  • gmp =6.2.1=h295c915_3
  • gnutls =3.6.15=he1e5248_0
  • google-auth =2.14.1=pypi_0
  • google-auth-oauthlib =0.4.6=pypi_0
  • google-pasta =0.2.0=pypi_0
  • grpc-cpp =1.37.1=h2519f57_2
  • grpcio =1.50.0=pypi_0
  • gst-plugins-base =1.14.0=h8213a91_2
  • gstreamer =1.14.0=h28cd5cc_2
  • h5py =3.7.0=pypi_0
  • huggingface_hub =0.13.2=pyhd8ed1ab_0
  • icu =58.2=he6710b0_3
  • idna =3.4=py39h06a4308_0
  • imageio =2.19.3=py39h06a4308_0
  • imagesize =1.4.1=py39h06a4308_0
  • imgaug =0.4.0=pypi_0
  • importlib-metadata =4.11.3=py39h06a4308_0
  • importlib_metadata =4.11.3=hd3eb1b0_0
  • inflection =0.5.1=py39h06a4308_0
  • intel-openmp =2021.4.0=h06a4308_3561
  • intervaltree =3.1.0=pyhd3eb1b0_0
  • ipykernel =6.15.2=py39h06a4308_0
  • ipython =7.31.1=py39h06a4308_1
  • ipython_genutils =0.2.0=pyhd3eb1b0_1
  • isort =5.9.3=pyhd3eb1b0_0
  • jedi =0.18.1=py39h06a4308_1
  • jeepney =0.7.1=pyhd3eb1b0_0
  • jellyfish =0.9.0=py39h7f8727e_0
  • jinja2 =3.1.2=py39h06a4308_0
  • jinja2-time =0.2.0=pyhd3eb1b0_3
  • joblib =1.1.1=py39h06a4308_0
  • jpeg =9b=h024ee3a_2
  • jsonschema =4.16.0=py39h06a4308_0
  • jupyter_client =7.4.7=py39h06a4308_0
  • jupyter_core =4.11.2=py39h06a4308_0
  • jupyterlab_pygments =0.1.2=py_0
  • keras =2.10.0=pypi_0
  • keras-preprocessing =1.1.2=pypi_0
  • keyring =23.4.0=py39h06a4308_0
  • keyutils =1.6.1=h166bdaf_0
  • kiwisolver =1.4.2=py39h295c915_0
  • krb5 =1.19.3=h3790be6_0
  • lame =3.100=h7b6447c_0
  • langcodes =3.3.0=pyhd8ed1ab_0
  • lazy-object-proxy =1.6.0=py39h27cfd23_0
  • lcms2 =2.12=h3be6417_0
  • ld_impl_linux-64 =2.38=h1181459_1
  • libbrotlicommon =1.0.9=h5eee18b_7
  • libbrotlidec =1.0.9=h5eee18b_7
  • libbrotlienc =1.0.9=h5eee18b_7
  • libclang =14.0.6=pypi_0
  • libcublas =11.11.3.6=0
  • libcublas-dev =11.11.3.6=0
  • libcufft =10.9.0.58=0
  • libcufft-dev =10.9.0.58=0
  • libcufile =1.4.0.31=0
  • libcufile-dev =1.4.0.31=0
  • libcurand =10.3.0.86=0
  • libcurand-dev =10.3.0.86=0
  • libcurl =7.79.1=h2574ce0_1
  • libcusolver =11.4.1.48=0
  • libcusolver-dev =11.4.1.48=0
  • libcusparse =11.7.5.86=0
  • libcusparse-dev =11.7.5.86=0
  • libedit =3.1.20191231=he28a2e2_2
  • libev =4.33=h516909a_1
  • libevent =2.1.10=h9b69904_4
  • libffi =3.3=he6710b0_2
  • libgcc-ng =11.2.0=h1234567_1
  • libgfortran-ng =11.2.0=h00389a5_1
  • libgfortran5 =11.2.0=h1234567_1
  • libgomp =11.2.0=h1234567_1
  • libidn2 =2.3.2=h7f8727e_0
  • libmr =0.1.9=pypi_0
  • libnghttp2 =1.43.0=h812cca2_1
  • libnpp =11.8.0.86=0
  • libnpp-dev =11.8.0.86=0
  • libnvjpeg =11.9.0.86=0
  • libnvjpeg-dev =11.9.0.86=0
  • libopus =1.3.1=h7b6447c_0
  • libpng =1.6.37=hbc83047_0
  • libprotobuf =3.16.0=h780b84a_0
  • libsodium =1.0.18=h7b6447c_0
  • libspatialindex =1.9.3=h2531618_0
  • libssh2 =1.10.0=ha56f1ee_2
  • libstdcxx-ng =11.2.0=h1234567_1
  • libtasn1 =4.16.0=h27cfd23_0
  • libthrift =0.14.1=he6d91bd_2
  • libtiff =4.1.0=h2733197_1
  • libunistring =0.9.10=h27cfd23_0
  • libutf8proc =2.7.0=h7f98852_0
  • libuuid =1.41.5=h5eee18b_0
  • libuv =1.40.0=h7b6447c_0
  • libvpx =1.7.0=h439df22_0
  • libwebp =1.2.0=h89dd481_0
  • libxcb =1.15=h7f8727e_0
  • libxml2 =2.9.14=h74e7548_0
  • locket =1.0.0=py39h06a4308_0
  • lz4-c =1.9.3=h295c915_1
  • markdown =3.4.1=pypi_0
  • markupsafe =2.1.1=py39h7f8727e_0
  • matplotlib =3.5.3=py39h06a4308_0
  • matplotlib-base =3.5.3=py39hf590b9c_0
  • matplotlib-inline =0.1.6=py39h06a4308_0
  • mccabe =0.6.1=py39h06a4308_2
  • mistune =0.8.4=py39h27cfd23_1000
  • mkl =2021.4.0=h06a4308_640
  • mkl-service =2.4.0=py39h7f8727e_0
  • mkl_fft =1.3.1=py39hd3c417c_0
  • mkl_random =1.2.2=py39h51133e4_0
  • mmcls =0.24.1=pypi_0
  • mmcv =1.7.0=pypi_0
  • multidict =6.0.2=py39hb9d737c_1
  • multiprocess =0.70.12.2=py39hb9d737c_2
  • munkres =1.1.4=py_0
  • murmurhash =1.0.7=py39h295c915_0
  • mypy_extensions =0.4.3=py39h06a4308_1
  • nbclient =0.5.13=py39h06a4308_0
  • nbconvert =6.4.4=py39h06a4308_0
  • nbformat =5.5.0=py39h06a4308_0
  • ncurses =6.3=h5eee18b_3
  • nest-asyncio =1.5.5=py39h06a4308_0
  • nettle =3.7.3=hbbd107a_1
  • networkx =2.8.4=py39h06a4308_0
  • ninja =1.10.2=h06a4308_5
  • ninja-base =1.10.2=hd09550d_5
  • nsight-compute =2022.3.0.22=0
  • numexpr =2.8.3=py39h807cd23_0
  • numpy =1.23.3=py39h14f4228_1
  • numpy-base =1.23.3=py39h31eccc5_1
  • numpydoc =1.5.0=py39h06a4308_0
  • oauthlib =3.2.2=pypi_0
  • opencv-python =4.5.3.56=pypi_0
  • opencv-python-headless =4.6.0.66=pypi_0
  • openh264 =2.1.1=h4ff587b_0
  • openpyxl =3.0.10=py39h5eee18b_0
  • openssl =1.1.1t=h7f8727e_0
  • opt-einsum =3.3.0=pypi_0
  • orc =1.6.7=h89a63ab_2
  • packaging =21.3=pyhd3eb1b0_0
  • pandas =1.4.4=py39h6a678d5_0
  • pandocfilters =1.5.0=pyhd3eb1b0_0
  • parquet-cpp =1.5.1=2
  • parso =0.8.3=pyhd3eb1b0_0
  • partd =1.2.0=pyhd3eb1b0_1
  • pathspec =0.9.0=py39h06a4308_0
  • pathy =0.10.1=pyhd8ed1ab_0
  • patsy =0.5.3=pypi_0
  • pcre =8.45=h295c915_0
  • pexpect =4.8.0=pyhd3eb1b0_3
  • pickleshare =0.7.5=pyhd3eb1b0_1003
  • pillow =9.2.0=py39hace64e9_1
  • pip =22.3.1=pypi_0
  • platformdirs =2.5.2=py39h06a4308_0
  • pluggy =1.0.0=py39h06a4308_1
  • poyo =0.5.0=pyhd3eb1b0_0
  • preshed =3.0.6=py39h295c915_0
  • prompt-toolkit =3.0.20=pyhd3eb1b0_0
  • protobuf =3.19.6=pypi_0
  • psutil =5.9.0=py39h5eee18b_0
  • ptyprocess =0.7.0=pyhd3eb1b0_2
  • pure_eval =0.2.2=pyhd3eb1b0_0
  • pyarrow =4.0.0=py39h3ebc44c_3_cpu
  • pyasn1 =0.4.8=pypi_0
  • pyasn1-modules =0.2.8=pypi_0
  • pycodestyle =2.8.0=pyhd3eb1b0_0
  • pycparser =2.21=pyhd3eb1b0_0
  • pydantic =1.8.2=pypi_0
  • pydocstyle =6.1.1=pyhd3eb1b0_0
  • pyflakes =2.4.0=pyhd3eb1b0_0
  • pygments =2.11.2=pyhd3eb1b0_0
  • pylint =2.9.6=py39h06a4308_1
  • pyls-spyder =0.4.0=pyhd3eb1b0_0
  • pyopenssl =22.0.0=pyhd3eb1b0_0
  • pyparsing =3.0.9=py39h06a4308_0
  • pyqt =5.9.2=py39h2531618_6
  • pyrsistent =0.18.0=py39heee7806_0
  • pysocks =1.7.1=py39h06a4308_0
  • python =3.9.13=haa1d7c7_2
  • python-dateutil =2.8.2=pyhd3eb1b0_0
  • python-fastjsonschema =2.16.2=py39h06a4308_0
  • python-lsp-black =1.0.0=pyhd3eb1b0_0
  • python-lsp-jsonrpc =1.0.0=pyhd3eb1b0_0
  • python-lsp-server =1.3.3=pyhd3eb1b0_0
  • python-slugify =5.0.2=pyhd3eb1b0_0
  • python-xxhash =3.0.0=py39hb9d737c_1
  • python_abi =3.9=2_cp39
  • pytorch =1.12.1=py3.9_cuda10.2_cudnn7.6.5_0
  • pytorch-cuda =11.6=h867d48c_0
  • pytorch-lightning =1.2.2=pypi_0
  • pytorch-mutex =1.0=cuda
  • pytz =2022.1=py39h06a4308_0
  • pywavelets =1.3.0=py39h7f8727e_0
  • pyxdg =0.27=pyhd3eb1b0_0
  • pyyaml =6.0=py39h7f8727e_1
  • pyzmq =23.2.0=py39h6a678d5_0
  • qdarkstyle =3.0.2=pyhd3eb1b0_0
  • qstylizer =0.1.10=pyhd3eb1b0_0
  • qt =5.9.7=h5867ecd_1
  • qtawesome =1.0.3=pyhd3eb1b0_0
  • qtconsole =5.2.2=pyhd3eb1b0_0
  • qtpy =2.2.0=py39h06a4308_0
  • qudida =0.0.4=pypi_0
  • re2 =2021.04.01=h9c3ff4c_0
  • readline =8.2=h5eee18b_0
  • regex =2022.7.9=py39h5eee18b_0
  • requests =2.28.1=py39h06a4308_0
  • requests-oauthlib =1.3.1=pypi_0
  • rope =0.22.0=pyhd3eb1b0_0
  • rsa =4.9=pypi_0
  • rtree =0.9.7=py39h06a4308_1
  • s2n =1.0.10=h9b69904_0
  • scikit-image =0.16.2=py39ha9443f7_0
  • scikit-learn =1.1.3=py39h6a678d5_0
  • scipy =1.9.3=py39h14f4228_0
  • seaborn =0.12.2=py39h06a4308_0
  • secretstorage =3.3.1=py39h06a4308_0
  • setuptools =65.5.0=py39h06a4308_0
  • shapely =1.8.5.post1=pypi_0
  • shellingham =1.5.0=pyhd8ed1ab_0
  • sip =4.19.13=py39h295c915_0
  • six =1.16.0=pyhd3eb1b0_1
  • smart_open =5.2.1=pyhd8ed1ab_0
  • snappy =1.1.9=hbd366e4_1
  • snowballstemmer =2.2.0=pyhd3eb1b0_0
  • sortedcontainers =2.4.0=pyhd3eb1b0_0
  • soupsieve =2.3.2.post1=py39h06a4308_0
  • spacy =3.3.1=py39h79cecc1_0
  • spacy-legacy =3.0.10=pyhd8ed1ab_0
  • spacy-loggers =1.0.3=pyhd8ed1ab_0
  • sphinx =5.0.2=py39h06a4308_0
  • sphinxcontrib-applehelp =1.0.2=pyhd3eb1b0_0
  • sphinxcontrib-devhelp =1.0.2=pyhd3eb1b0_0
  • sphinxcontrib-htmlhelp =2.0.0=pyhd3eb1b0_0
  • sphinxcontrib-jsmath =1.0.1=pyhd3eb1b0_0
  • sphinxcontrib-qthelp =1.0.3=pyhd3eb1b0_0
  • sphinxcontrib-serializinghtml =1.1.5=pyhd3eb1b0_0
  • spyder =5.2.2=py39h06a4308_1
  • spyder-kernels =2.2.1=py39h06a4308_0
  • sqlite =3.39.3=h5082296_0
  • srsly =2.4.3=py39h295c915_0
  • stack_data =0.2.0=pyhd3eb1b0_0
  • statsmodels =0.14.0=pypi_0
  • tensorboard =2.10.1=pypi_0
  • tensorboard-data-server =0.6.1=pypi_0
  • tensorboard-plugin-wit =1.8.1=pypi_0
  • tensorflow =2.10.0=pypi_0
  • tensorflow-estimator =2.10.0=pypi_0
  • tensorflow-io-gcs-filesystem =0.27.0=pypi_0
  • termcolor =2.1.0=pypi_0
  • testpath =0.6.0=py39h06a4308_0
  • text-unidecode =1.3=pyhd3eb1b0_0
  • textdistance =4.2.1=pyhd3eb1b0_0
  • thinc =8.0.15=py39hae6d005_0
  • threadpoolctl =2.2.0=pyh0d69192_0
  • three-merge =0.1.1=pyhd3eb1b0_0
  • tinycss =0.4=pyhd3eb1b0_1002
  • tk =8.6.12=h1ccaba5_0
  • tokenizers =0.11.4=py39h3dcd8bd_1
  • toml =0.10.2=pyhd3eb1b0_0
  • tomli =2.0.1=py39h06a4308_0
  • toolz =0.12.0=py39h06a4308_0
  • torchaudio =0.12.1=py39_cu102
  • torchvision =0.13.1=py39_cu102
  • tornado =6.2=py39h5eee18b_0
  • tqdm =4.64.1=py39h06a4308_0
  • traitlets =5.1.1=pyhd3eb1b0_0
  • transformers =4.24.0=py39h06a4308_0
  • typer =0.4.2=pyhd8ed1ab_0
  • typing-extensions =4.3.0=py39h06a4308_0
  • typing_extensions =4.3.0=py39h06a4308_0
  • tzdata =2022f=h04d1e81_0
  • ujson =5.4.0=py39h6a678d5_0
  • unidecode =1.2.0=pyhd3eb1b0_0
  • urllib3 =1.26.12=py39h06a4308_0
  • wasabi =0.10.1=pyhd8ed1ab_1
  • watchdog =2.1.6=py39h06a4308_0
  • wcwidth =0.2.5=pyhd3eb1b0_0
  • webencodings =0.5.1=py39h06a4308_1
  • werkzeug =2.2.2=pypi_0
  • wheel =0.37.1=pyhd3eb1b0_0
  • wrapt =1.12.1=py39he8ac12f_1
  • wurlitzer =3.0.2=py39h06a4308_0
  • x264 =1
  • xxhash =0.8.0=h7f98852_3
  • xz =5.2.6=h5eee18b_0
  • yaml =0.2.5=h7b6447c_0
  • yapf =0.31.0=pyhd3eb1b0_0
  • yarl =1.8.1=pypi_0
  • zeromq =4.3.4=h2531618_0
  • zipp =3.8.0=py39h06a4308_0
  • zlib =1.2.13=h5eee18b_0
  • zstd =1.4.9=haebb681_0