limhasic

Results 11 issues of limhasic

1. Is it okay to create a conda environment and use pip? Doesn't it conflict with existing packages? -> The environment was somehow managed. file upload -> ok but The...

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmagic/issues) and [Discussions](https://github.com/open-mmlab/mmagic/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmagic.readthedocs.io/en/latest/faq.html) but cannot get the expected help....

kind/bug

### What's the feature? There is no Gradio installation in the requirements and the conda environment is very complicated. ### Any other context? _No response_

kind/enhancement

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmagic/issues) and [Discussions](https://github.com/open-mmlab/mmagic/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmagic.readthedocs.io/en/latest/faq.html) but cannot get the expected help....

kind/bug

Check spacing: Check the spacing and escape characters in the next line of the COPY command. Errors may occur if the location of spaces and the use of escape characters...

bug
new

### Environment details If you are already running CTGAN, please indicate the following details about the environment in which you are running it: * CTGAN version: 0.10.0 * Python version:...

under discussion

i tried ``` child_samples = child_model.sample( n_samples = len(child_df), input_unique_ids=parent_samples[join_on], input_df=parent_samples.drop(join_on, axis=1), gen_batch=64, ) ``` but, n_samples = len(child_df), wasn't work

Aren't there explicit tables among the tables? For example, in the case of hotel-guest data to test the HMA algorithm in SDV, when the hotel data is explicitly used, how...

in paper [ Missing values No transformation is done for missing values present in the data. We let the model learn the distribution of the missing values. This strategy gives...

Is there a function to save and load weights? If you don't have it, can you make it?