bachr

Results 11 comments of bachr

@rcillavicomtech not sure to understand your training, what does `PA` and `lab` stands for? ``` inputs=data['PA'].cuda() labels=data['lab'].long().cuda() ```

@mayurdb can we merge this PR? I close https://github.com/qubole/sparklens/pull/80

@imminent can you describe further your solution (with some code for instance)

thanks @imminent i've end up to a similar solution that combines: -the use of folders like `values-small`, `values-medium`, `values-xlarge` for the column number, with -code that chooses the size of...

@sfc-gh-mknister any updates on this ticket? I'm having same issue when running on spark I'm using: - spark 3.1.1 - java 11 installed via `java-11-amazon-corretto-devel-11.0.10.9-1.x86_64.rpm` - using those dependencies ```...

@apixandru this is brilliant thanks for sharing, can you explain why this would work though? I looked at the `--add-opens` and it seems to be allowing reflections for accessing private...

@apixandru I tried this workaround in spark by using the javaExtraOption (According to the Oracle JVM documentation, instead of using the `JDK_JAVA_OPTIONS` environment variable we can use the extra options...

@saurfang can you have a look an this PR

@StellaAthena how should i generate very long text, I see the same error above for 5k, 4k and 3k. The text generation worked only for `max_length=2000` or less. Side question:...

@patrickvonplaten thanks for reviewing, I tried running `make fix-copies` but this does not seem to perform any changes that could be committed. This is what I tried: ``` $ cd...