logo
Browse Source

Update

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 3 years ago
parent
commit
8f1c5d3d69
  1. 12
      __init__.py

12
__init__.py

@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# import os
import os
# # For requirements.
# try:
# import timm
# except ModuleNotFoundError:
# os.system('pip install timm')
# For requirements.
try:
import timm
except ModuleNotFoundError:
os.system('pip install timm')

Loading…
Cancel
Save