-
Hi,
I have some questions about the true best value in BO. my code is listed as below:
```
%pylab inline
import GPyOpt
from numpy.random import seed
import numpy as np
import matplotlib.pyplot …
-
-
Hi developers,
Thank you so much for your work. I am new to JSDM and currently learning your package to analyze a microbial dataset containing count data of ASV. I found that the prediction results…
-
Hello, I'm trying to reproduce your research results.
When I download [EGTEA Gaze+ dataset](https://cbs.ic.gatech.edu/fpv/), I found that it doesn't contain rgb images & flow images.
So I created …
-
# good model
| note | max val miou |
| - | - |
| [vgg19_freeze3_5](https://github.com/ISCAS007/torchseg/projects/1#card-14946234) | 0.593 |
| [fl_pop](https://github.com/ISCAS007/torchseg/projects…
-
I was poking around SongManager.cpp for a bit, at the Extra Stage default... "thingy" ...and I'm trying to devise a way to make a MAX1, MAX2, MAX3... (and maybe a MIN1, MIN2, MIN3..."?") index for eac…
-
Thank you for your open source.I have a question for you. I selected `best2.pth` from the Pretrain Model Checkpoints you provided, and it performed well. However, I still want to know the differences …
-
### 🐛 Describe the bug
import torch
import os
os.environ['TORCH_XNNPACK_DISABLE'] = '1'
model=torch.jit.load(r"runs\train\20240227_person_v8n-asf-p2\weights\best1.torchscript", map_location=torc…
-
-
First thanks for this great resource! I encountered a problem that my GPU is not utilized.
I configured af2complex in the same conda env as the AlphaFold. I run examples and my own complex prediction…