python_code
stringlengths
0
679k
repo_name
stringlengths
9
41
file_path
stringlengths
6
149
# Copyright 2017-2018 The Apache Software Foundation # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apach...
DeepLearningExamples-master
MxNet/Classification/RN50v1.5/data.py
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
DeepLearningExamples-master
MxNet/Classification/RN50v1.5/benchmarking.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/generate.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/setup.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/__init__.py
# ***************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/data_function.py
# ***************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/model.py
# ***************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/denoiser.py
# ***************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/loss_function.py
# ***************************************************************************** # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/waveglow/arg_parser.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/perf_infer_ljspeech.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/align_tacotron2.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/train.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/perf_infer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/infer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/audio.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/data_load.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/verify_trt.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/waveglow_trt_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/common.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/fastspeech_trt_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/trt_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/fastspeech_trt_multi_engine_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/plugins/repeat/test_repeat_plugin.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trt/plugins/add_pos_enc/test_add_pos_enc_plugin.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/dataset/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/dataset/text_dataset.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/dataset/ljspeech_dataset.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/time.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/logging.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/fp16.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/pytorch.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/hparam.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/optimizer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/nvtx.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/utils/tensorboard.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/hparams/__init__.py
# Copyright (c) 2017 Keith Ito # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/text_norm/cmudict.py
# Copyright (c) 2017 Keith Ito # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/text_norm/__init__.py
# Copyright (c) 2017 Keith Ito # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/text_norm/numbers.py
# Copyright (c) 2017 Keith Ito # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/text_norm/symbols.py
# Copyright (c) 2017 Keith Ito # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/text_norm/cleaners.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/model/fastspeech.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/model/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/model/module.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/inferencer/waveglow_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/inferencer/inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/inferencer/fastspeech_inferencer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/inferencer/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/inferencer/denoiser.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trainer/fastspeech_trainer.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trainer/__init__.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright # notice, this list of conditio...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/fastspeech/trainer/trainer.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/plotting_utils.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/hparams.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/__init__.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/audio_processing.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/model.py
""" BSD 3-Clause License Copyright (c) 2017, Prem Seetharaman All rights reserved. * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/stft.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/distributed.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/utils.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/train.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/layers.py
# BSD 3-Clause License # Copyright (c) 2018-2020, NVIDIA Corporation # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright notice, thi...
DeepLearningExamples-master
CUDA-Optimized/FastSpeech/tacotron2/multiproc.py
from setuptools import setup, find_packages setup( name='se3-transformer', packages=find_packages(exclude=['tests']), include_package_data=True, version='1.2.0', description='PyTorch + DGL implementation of SE(3)-Transformers', author='Alexandre Milesi', author_email='alexandrem@nvidia.com'...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/setup.py
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/data_loading/qm9.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/data_loading/data_module.py
from .qm9 import QM9DataModule
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/data_loading/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/metrics.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/gpu_affinity.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/loggers.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/arguments.py
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/utils.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/callbacks.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/inference.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/runtime/training.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/basis.py
from .transformer import SE3Transformer, SE3TransformerPooled from .fiber import Fiber
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/transformer.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/fiber.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/attention.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/convolution.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/linear.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/norm.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/pooling.py
from .linear import LinearSE3 from .norm import NormSE3 from .pooling import GPooling from .convolution import ConvSE3 from .attention import AttentionBlockSE3
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/se3_transformer/model/layers/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/tests/test_equivariance.py
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/tests/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the righ...
DeepLearningExamples-master
DGLPyTorch/DrugDiscovery/SE3Transformer/tests/utils.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/lic...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/postprocess_ckpt.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/lic...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/export_frozen_graph.py
import argparse import os import pathlib import time import tempfile import tensorflow as tf import numpy as np from tensorflow.python.compiler.tensorrt import trt_convert as trt import dllogger from runtime import runner_utils from runtime import runner from model.resnet import model_architectures from utils impor...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/inference.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/lic...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/main.py
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/runtime/runner.py
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
DeepLearningExamples-master
TensorFlow/Classification/ConvNets/runtime/runner_utils.py