Angel Martinez
Angel Martinez
After adding u = dist - expected_quant --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 15 16 if len(replay_buffer) > batch_size: ---> 17 loss = compute_td_loss(batch_size) 18 losses.append(loss.data[0]) 19...
When I last looked at this it ran after converting to a variable: u=expected_quant-dist huber_loss = 0.5 * u.abs().clamp(min=0.0, max=k).pow(2) huber_loss += k * (u.abs() - u.abs().clamp(min=0.0, max=k)) quantile_loss =...
The model could also just use a copy of the schema object and if target in schema `schema = schema.remove_col('target')`
@Fang-Haoshu I believe I managed to find the issue and got the setup running. I believe the way the c++ code was checking if it is a cuda tensor is...
@oliverholworthy I ran on the 23.04 pytorch container without GPU and it ran without error. Is this error only apparent when installing NVTabular from source? Or was it corrected with...
Added link to doc page.
To the question of what in this project is niche and is a functionality that may not be immediately needed, I would say it's anything related to the catalog swapping....