-
Hi @fangwei123456 ,
How I can plot training and validation curves for this model?. Please guide.
Best
-
As you know, there are some different approaches to utilize value network's evaluation.
For example, An open sourced computer go program RN, just averages value network evaluations and uses it, lik…
-
In the white paper, they mention conditioning to a particular speaker as an input they condition globally, and the TTS component as an up-sampled (deconvolution) conditioned locally. For the latter, t…
-
The bibliography we have is of mixed quality:
- There are bad links, bad metadata, and few annotations
- There are many documents in our docs and MEDLEY-PDFs and ENVOS-PDFs that haven't been catal…
-
Hi,
I'd like to run KataGo on my M1 macbook with native support for CoreML but sadly, I don't know the framework plus I have no experience with macOS development.
Hence I'd like to create this i…
-
### Bug description
I'm trying to run a job with several GPUs. My script immediately gets stuck after outputting:
```
python /home/negroni/deeponet-fno/src/burgers/pytorch_deeponet.py --ngpus 3…
-
It's probably a good time to start thinking about getting a challenge problem here. I tried using the surrogate optimization for global parallel optimization and ran into scaling issues with large des…
-
Thank you for sharing your code.
I am trying to understand few things in here. I have mentioned three questions.
As mentioned in the repo :
`For your convenience, we also provide some precompu…
-
So the dataset I use gets updated daily to contain new data. I then run MARS on the resulting data. Obviously with only one extra data point the chances of the model being very different day on day ar…
-
Hi,
How can I read/align/prepare face for making predict on trained model?
I made code like this:
```python
model = create_deepface()
model.load_weights('VGGFace2_DeepFace_weights_val…