cancel
Showing results for 
Search instead for 
Did you mean: 

Im getting error when trying to clone model zoo github

jzzunn
Associate

This is the error i get when trying to clone the git.
C:\Users\Zhun>git clone https://github.com/STMicroelectronics/stm32ai-modelzoo.git
Cloning into 'stm32ai-modelzoo'...
remote: Enumerating objects: 8704, done.
remote: Counting objects: 100% (348/348), done.
remote: Compressing objects: 100% (82/82), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5254 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

1 REPLY 1
Julian E.
ST Employee

Hello  @jzzunn ,

 

Can you try to follow the Before you Start first: 

STMicroelectronics/stm32ai-modelzoo: AI Model Zoo for STM32 devices

 

Please tell me if it solve your issue.

Also note that ST Model Zoo is splitted in two distinct repositories:

  • ST Model Zoo (the one you try to clone)
  • ST Model Zoo Services

The first one contains only models, where the second one contains all the scripts to train, quantize, ..., deploy a model.

 

Have a good day,

Julian


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.