SeongRyeong

Results 20 issues of SeongRyeong

If you create a2c model and then try to apply it to kfac, it says that there is no attribute called steps. After checking, it seems that not all attributes...

## 🐛 Bug There is a bug in the edge num feature on edge attr. A problem arises when the dimension is 2D. please check. ``` data.x.shape , data.edge_index.shape ,...

if it is supported. Can you show the use case? Thanks!

**Describe the bug** It is not working. please help me **To Reproduce** Please provide sample code to reproduce the bug. ```python command = np.array([0, 0, 0, 100]) env.reset() for _...

bug

When reducing dimensions from tabular data, I want to reduce dimensions by using an embedding method for category variables. However, I don't think this method is possible with the input...

I have a issue about redefine my data have some issue( same x , but different y values) ``` import smogn rg_mtrx = [ [35000, 1, 0], ## over-sample ("minority")...

Hi, I have a question. When using TuneSearchCV, can you save all the models with the highest performance for each trial?

I am making the following code for Korean. If Korean is reflected officially, I think many Koreans will use it. :) ``` from pregex.core.classes import AnyLetter class AnyKor(AnyLetter): def __init__(self)...

now I use the multi-thread. and when my training code is terminated, but it does not kill pid. how can solve this?

hi i want to use bayesianoptimization in h2o.deeplearning. so i try this code. `initial_weight_distribution = c("UniformAdaptive","Uniform", "Normal") loss = c("Automatic", "CrossEntropy", "Huber" , "Absolute" , "Quadratic") activation = c("RectifierWithDropout" ,...