Skip to content
Snippets Groups Projects
Commit 3926f04d authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Driver] remove warning about Zynq for ext weights

parent c0c188c9
No related branches found
No related tags found
No related merge requests found
......@@ -173,11 +173,6 @@ class MakePYNQDriver(Transformation):
np.save(
weights_dir + "/" + idma_name + ".npy", init_external_tensor
)
if self.platform != "alveo":
# Todo: add support in driver_base.py
warnings.warn(
"external_weights not yet supported for Zynq builds"
)
else:
net_input_name = idma_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment