-
Hello, I found that when importing the csvm file, there will be unpacking errors. This problem will directly affect the next operation of service instantiation. This error is as follows:
![image](h…
-
Hi folks,
Am I correct in that Capstan won't run on EC2? It looks like KVM can't really fly at all without /dev/kvm being available using nested virtualisation, which EC2 doesn't support.
I suppose …
-
Hi @ChrisRackauckas, I recently learned about the existence of the [Flux.jl](https://github.com/FluxML/Flux.jl/) package.
I'm now looking at this package and have a question related to AD: It seem…
yebai updated
6 years ago
-
### Expected Behavior
To be able to pull files via s3:// protocol from Google Cloud Storage.
### Actual Behavior
Authentication fails. It appears that GCS only supports the v2 aws authentication si…
-
Trying to use virtualbox builds on mac but I'm getting stuff about it already existing?
➜ ws-uk capstan run -v -p vbox
Created instance: ws-uk
VBoxManage: error: Machine settings file '/Users/gaff…
gaffo updated
6 years ago
-
Hi!
I starting to use Autograd and I have a question concerning the performance of AutoGrad compared to ReverseDiff.jl.
I have this basic setup:
```
using ReverseDiff, AutoGrad, BenchmarkTools…
-
alternative solutions:
1. include cloud-init in all images, by-passing the functionality if cloud init server not available
2. include a local cloud-init server as part of ./script/run and/or Capstan …
tzach updated
6 years ago
-
I find `Zygote` supports complex number AD, I like it more now! e.g.
```julia console
julia> gradient(imag, x)
((re = nothing, im = 1),)
```
But I have several questions,
## Question 1:
Why it …
-
-
OSv looks awesome and I'll definitely put my open source Java project into Capstan later this year.
My one complaint about JVM is the GC. I know this would be a long term project, but could you alte…