hmf

Results 33 issues of hmf

## Compiler version Was working in `3.3.0` but breaks in `3.3.1` ## Minimized code Code taken from macro file that breaks (only very small part of it). ```Scala import scala.quoted.*...

itype:bug
area:metaprogramming:quotes

**Describe the bug** While trying to refactor and correct a bug of mine, I started getting errors I did not detect before. I made an initial report [here](https://github.com/keras-team/keras-tuner/issues/914) but (as...

bug

Part of the figure 4.6 caption states: > It is equivalent to convolving a 3 × 3 kernel over a 2 × 2 input I think that should be: *It...

I have executed the following two commands: $java -cp libsvm.jar svm_scale -l 0 -y -1.0 1.0 -s /tmp/SVMScaleRange_341a7b72-40d9-420f-8a9c-f67e47b65eaa /home/hmf/git/adw/data/libsvm/a1a > a1a.scaled $java -cp libsvm.jar svm_scale -l 0 -y -1.0 1.0...

Using veersion [3.4.2-RC1](https://github.com/scala/scala3/releases/tag/3.4.2-RC1). I have the following definitions that implement a map version of an HList: ```scala sealed trait IMap: case object IEmpT extends IMap case class ICons[K, V, T

Trying to use the `Real` to calculate an exponential using the latest stable version (0.10.1). When I create the type no problem. Its when the `toRational` is executed, whether directly...

I think it is important to add support for JPMS - facilitates interoperability with Java. Maybe the work in in this [issue](https://github.com/scala/scala-dev/issues/139) could be ported to Scala 3?

Response to request in issue https://github.com/sbrunk/storch/issues/44. Attempt to rewrite the "pico" example from Karpathy's ["Let's build GPT: from scratch, in code, spelled out"](https://www.youtube.com/watch?v=kCc8FmEb1nY) in storch.

Add a weight and bias initialization method to the `nn.Module` so we can set these values via an [`apply` method like PyTorch](https://stackoverflow.com/questions/49433936/how-do-i-initialize-weights-in-pytorch) that does this. Reference to Python documentation [here](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module.apply)....