AssertionError: /usr/local/lib/python3.10/dist-packages/brevitas_examples/bnn_pynq/models/../cfg/vgg_1w1a.ini not found. #812
Unanswered
lkl110137918218
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently trying to use Brevitas to train a VGG16 model on Colab. My commands are as follows:
I've placed the
vgg_1w1a.ini
file at the following path:/content/drive/MyDrive/FINN_VGG16/brevitas/src/brevitas_examples/bnn_pynq/cfg/vgg_1w1a.ini
, and its content is as follows.However, I encountered an error message:
"AssertionError: /usr/local/lib/python3.10/dist-packages/brevitas_examples/bnn_pynq/models/../cfg/vgg_1w1a.ini not found."
I'm not sure how to resolve this issue and would appreciate any help.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions