Skip to content Navigation Menu Toggle navigation Sign in Appearance settings PlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryNewIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityAcceleratorGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricing Search or jump to... Search code, repositories, users, issues, pull requests... Search Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Saved searches Use saved searches to filter your results more quickly Name Query To see all available qualifiers, see our documentation. Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} gaodexiaozheng / DeepLearningExamples Public forked from NVIDIA/DeepLearningExamples Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests 0 Actions Projects Security and quality 0 Insights Additional navigation options Code Pull requests Actions Projects Security and quality Insights FilesExpand file tree masterBreadcrumbsDeepLearningExamples/hubconf.pyCopy pathBlameMore file actionsBlameMore file actions Latest commit HistoryHistoryHistory26 lines (21 loc) · 1.81 KB masterBreadcrumbsDeepLearningExamples/hubconf.pyCopy pathTopFile metadata and controlsCodeBlame26 lines (21 loc) · 1.81 KBRawCopy raw fileDownload raw fileOpen symbols panelEdit and raw actions1234567891011121314151617181920212223242526import osimport sys from PyTorch.Detection.SSD.ssd import nvidia_ssd, nvidia_ssd_processing_utilssys.path.append(os.path.join(sys.path[0], 'PyTorch/Detection/SSD')) from PyTorch.Classification.ConvNets.image_classification.models import resnet50 as nvidia_resnet50from PyTorch.Classification.ConvNets.image_classification.models import resnext101_32x4d as nvidia_resnext101_32x4dfrom PyTorch.Classification.ConvNets.image_classification.models import se_resnext101_32x4d as nvidia_se_resnext101_32x4dfrom PyTorch.Classification.ConvNets.image_classification.models import efficientnet_b0 as nvidia_efficientnet_b0from PyTorch.Classification.ConvNets.image_classification.models import efficientnet_b4 as nvidia_efficientnet_b4from PyTorch.Classification.ConvNets.image_classification.models import efficientnet_widese_b0 as nvidia_efficientnet_widese_b0from PyTorch.Classification.ConvNets.image_classification.models import efficientnet_widese_b4 as nvidia_efficientnet_widese_b4from PyTorch.Classification.ConvNets.image_classification.models import nvidia_convnets_processing_utils from PyTorch.Classification.ConvNets.image_classification.models import resnext101_32x4d as nvidia_resneXtfrom PyTorch.Classification.ConvNets.image_classification.models import nvidia_efficientnetsys.path.append(os.path.join(sys.path[0], 'PyTorch/Classification/ConvNets/image_classification')) from PyTorch.Classification.GPUNet.configs.gpunet_torchhub import nvidia_gpunetsys.path.append(os.path.join(sys.path[0], 'PyTorch/Classification/GPUNet/configs')) from PyTorch.SpeechSynthesis.Tacotron2.tacotron2 import nvidia_tacotron2from PyTorch.SpeechSynthesis.Tacotron2.tacotron2 import nvidia_tts_utilsfrom PyTorch.SpeechSynthesis.Tacotron2.waveglow import nvidia_waveglowsys.path.append(os.path.join(sys.path[0], 'PyTorch/SpeechSynthesis/Tacotron2')) You can’t perform that action at this time.