Hung-Tien Huang

Results 9 issues of Hung-Tien Huang

If you have any questions, feel free to create an issue with the tag [question]. If you wish to suggest an enhancement or feature request, add the tag [feature request]....

enhancement
help wanted

The python code I wrote is as follows: ``` loader = MonoLoader(filename=path_to_file, sampleRate=sample_rate) audio: np.ndarray = loader() ret_sample_rate = sample_rate ``` Sometimes, it causes double free error: ``` double free...

I tried to get around the issue outlined in #710 with the following solution. ```python def rvc_converter(scope: Scope, operator: Operator, container: ModelComponentContainer): from .rvc import RVC rvc: RVC = operator.raw_operator...

pending user response

I have conducted multiple experiments with `nnictl create` and below is a list of all the experiments that I have conducted. ``` (ace) fred@fred-ThinkPad-T480s:~$ nnictl experiment list --all ---------------------------------------------------------------------------------------- Experiment...

**What would you like to be added**: documentation for environment variables used by nni. **Why is this needed**: I was trying to save pytorch model checkpoint while using `nnictl experiment...

Facing an error with this line. Might be related #5587. https://github.com/microsoft/nni/blame/fe29f48baa64692e52e32b13a0e2658d70a5d045/nni/tools/nnictl/nnictl_utils.py#L931 Here are some relevant information. I tuned the model on a remove machine under folder `/home/cc/afa` and the experiment...

**Describe the issue**: Currently, user can only impose gpu resource constraint using `useActiveGpu`, `maxTrialNumberPerGpu`, `trialGpuNumber`, and `gpuIndices` in local mode. However, modern gpu have very large memory and a lot...

the `fit` method of `class sklearn.tree.DecisionTreeClassifier` has two arguments `sample_weight` and `check_input` in addition to the required `X` and `y` `np.ndarray`. I'm wondering if it's possible to just allow additional...

Here is how I set up conda environment ```terminal $ conda create -n diss_cpu python=3.10 $ conda install -c rapidsai -c nvidia -c conda-forge cuml-cpu numpy-base=1.26.4 ``` After I import...

question
? - Needs Triage
cuml-cpu