Closed shibz-islam closed 3 years ago
Hi @shibz-islam
I have the same problem.
So have you solved this problem?
Hi @James567 I was able to access the weights file by sharing folder between host and guest OSes. You will find the necessary info here: https://optee.readthedocs.io/en/latest/building/devices/qemu.html?highlight=VirtFS%20QEMU#host-guest-folder-sharing I hope this is the right approach!
@shibz-islam thank you very much , hope this is the right approach too!
Hi @James567 I was able to access the weights file by sharing folder between host and guest OSes. You will find the necessary info here: https://optee.readthedocs.io/en/latest/building/devices/qemu.html?highlight=VirtFS%20QEMU#host-guest-folder-sharing I hope this is the right approach!
Hello!I follow your instructions, but I still can't see it in the folder, but use ls
can see it. Could you please help me solve it?
HI @Xxxgrey
make QEMU_VIRTFS_AUTOMOUNT=y run
I use this command and it works for me.
HI @Xxxgrey
make QEMU_VIRTFS_AUTOMOUNT=y run
I use this command and it works for me.
Thanks a lot .I'm going to try it.
Hi, I tried to train the model on QEMU-v8 with OP-TEE 3.10.0. After the process finished, it tried to save the weights, but couldn't open the file in the
tmp/backup
directory. Here's the log:At the end of the process:
Then I realized there was no
tmp/backup
directory inroot
. So, I createdtmp
insideroot
andbackup
insidetmp
. Then I ran the program again and this time I got no errors. But I couldn't find the weights file anywhere.From the QEMU terminal, I could see there's a
mnist_lenet.weights
file hidden in thetmp/backup
with commandls -a
. But is there anyway to access the weights file? I tried to copy it to other directories outside theroot
but failed.Any help would be really appreciated. Thanks.