Mirror for microsoft/nni pretrained model

  • Mirroring information
    • Last modification date: 2023/06/28
    • Latest git commit: 9053d65
    • Latest git branch: v3.0rc1
    • Used pretrained.py: See Code
  • See: microsoft/nni#5614
  • Mirror usage below (Monkey-patching NNI BLOB URL)
#
# Before any NNI script you will run,
# Add below script at the TOP of the python file.
#

import nni.common.blob_utils
nni.common.blob_utils.NNI_BLOB = 'https://repo.dailylime.kr/mirror/nni'