Skip to content

Commit ae5ef4a

Browse files
Update cifar_100_EfficientNet.py
1 parent f69b822 commit ae5ef4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cifar_100_EfficientNet.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
EfficientNet PEFT on CIFAR-100 with Cerebros
33
"""
44

5-
import sys
6-
sys.path.insert(0, '../..')
7-
85
import tensorflow as tf
96
import tensorflow_datasets as tfds
107
from tensorflow.keras.datasets import cifar10, cifar100

0 commit comments

Comments
 (0)