Trishita Tiwari

Results 9 comments of Trishita Tiwari

Hi! If you go to [`visualizer.py`](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/003efc4c8819de47ff11b5a0af7ba09aee7f5fc1/util/visualizer.py#L241), the `print_current_losses()` function describes what metrics are being printed. This function is referenced in the main training loop at [`train.py`](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/003efc4c8819de47ff11b5a0af7ba09aee7f5fc1/train.py#L62), and the times are...

Hi! Thanks for getting back! I changed the encrypt command to: `gramine-sgx-pf-crypt encrypt -w files/wrap-key -i ./datasets/cd-sem -o ./datasets/cd-sem-enc` This directory has a bunch of subdirectories and image files inside...

Hi, apologies for the delay, I've attached the full log here: ```[P1:T1:python3] trace: ---- shim_lseek(3, 0x0, SEEK_CUR) = 0x0 [P1:T1:python3] trace: ---- shim_lseek(3, 0x0, SEEK_CUR) = 0x0 [P1:T1:python3] trace: ----...

The commit hash is the latest commit I believe. I'm using the current version on the master branch Thanks!

Here are also the mount outputs: (the `/datasets/cd-sem-enc/` is the encrypted drive that I am unable to access) ``` debug: mounting "file:." (chroot) under / debug: mounting "proc" (pseudo) under...

I looked at `gramine-sgx-pf-crypt`'s output: ``` Encrypting: ./datasets/cd-sem/AB/train/S08_M0308-02MS.tif -> ./datasets/cd-sem-enc/AB/train/S08_M0308-02MS.tif (Gramine's sgx.protected_files must contain this exact path: "./datasets/cd-sem-enc/AB/train/S08_M0308-02MS.tif") ``` I even tried opening just this single file by using the...

Ah, you are right -- sorry, my mistake. This seems to not be the latest commit: ``` commit 7871759db17621b0ca4db5d39b1f275256c98348 Author: Borys Popławski Date: Thu Jun 23 22:57:42 2022 +0200 [LibOS]...

> Perhaps you can change the mount line in the manifest to: `{ path = "/datasets/cd-sem-enc", uri = "file:./datasets/cd-sem-enc", type = "encrypted"},` then it should work. Unfortunately that doesn't seem...

> > The commit hash is the latest commit I believe. I'm using the current version on the master branch > > I don't think this is true. There is...