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
Hi, thanks for your great work and sharing. I encounter some problems when I compiled the mobilenet_v2_tfslim.py after initialized to tensorflow-slim submodule (git submodule update --init --recursive). And build online_model fold succesfully.
File "mobilenet_v2_tfslim.py", line 235, in <module>
if IMPORT_PYTORCH and not import_pytorch_weights():
File "mobilenet_v2_tfslim.py", line 119, in import_pytorch_weights
import mobilenet_v2_tsm_v2 as tsm_online
ModuleNotFoundError: No module named 'mobilenet_v2_tsm_v2'
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work and sharing. I encounter some problems when I compiled the mobilenet_v2_tfslim.py after initialized to tensorflow-slim submodule (git submodule update --init --recursive). And build online_model fold succesfully.
However, the error was happened in this line code
The text was updated successfully, but these errors were encountered: