Max Shek-wai Chu

Results 8 issues of Max Shek-wai Chu

I am not so sure how to use the deepdream api to visualisation on a particular convolution layer (say after a max pooling), the classes option is only for final...

enhancement

I have implemented the multi-scale testing, and I have verified that the MPII validation set accuracy is 90.75% I then go on the apply it to the test set and...

I have implemented the multi-scale testing, and I have verified that the MPII validation set accuracy is 90.75% I then go on the apply it to the test set and...

I was trying to implement multi-scale testing for my project based on HRNet's official source code. I have downloaded their pre-trained model and run the MPII test set. But I...

Some Chinese Karaoke songs on youtube will have right with the singer's voice and left with pure music. So, it would be nice is there is a quick button in...

When i execute `use_model.py`, and let it run for some time, i will crash with this error: ``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line...

1. I am trying to re-implement it using MatConvNet. 2. I use the alexnet but drop all lrn and dropout (i heard that dropout is not good to be used...

``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[2], line 1 ----> 1 model = esm.pretrained.esmfold_v1() 2 model = model.eval().cuda() 4 # Optionally, uncomment to set a chunk size...