Youjin C.

Results 20 comments of Youjin C.

Anyone made working recently? I also got just black screen in iOS.

I have a similar issue with `ReflectionPad2d` I trained a CycleGAN, and after the `Pad` node, every shape is unknown. Initially, I had an error msg of `Resource import for...

Hello @jcwchen , Thanks for the reply. I wonder if the answer implies that I cannot use my model due to having `transpose` and `pad`? Or should I be able...

I read [this issue](https://github.com/snap-research/CAT/issues/11). #11 I checked my branch is `tutorial`, and my error happened in `onnx_export`, not with `distll.py`

So I fixed the issue. 1. For some reason, I got an error when onnx_export.py had multiple `gpu_ids.` When I set `--gpu_ids 0`, I could fix the error that it...

especially these three options `restore_teacher_G_path`, `restore_pretrained_G_path`, `restore_student_G_path` are confusing. Do I need to put the best student G's(or student G that I want to restore) for both `restore_pretrained_G_path` and `restore_student_G_path`??

Hello, I am training the teacher model now, let me try when I check to distill again and come back to this thread.

Hello, So I checked with `restore_student_G_path` and `prune_continue` options, but I don't see the distiller resumes model from the latest `fid` score. I expected the resuming actually hands the values...

Hello @tconkling, Thanks for the response. I installed via ```pip install streamlit-webcam-example``` on my virtualenv, but still gives the same error. ``` ModuleNotFoundError: No module named 'webcam' Traceback: File "/opt/anaconda3/lib/python3.7/site-packages/streamlit/script_runner.py",...