Giter VIP home page Giter VIP logo

rwnn's People

Contributors

andreasfloros avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

az419 boosygit

rwnn's Issues

First RUN

python train.py --should_prepare True

PyTorch is running on NVIDIA GeForce RTX 4090

training set # samples 43200
validation set # samples 100

transform parameters: 170144

total model parameters: 296635

Traceback (most recent call last):
File "E:\AI\RWNN\train.py", line 50, in
dtmins, info = coordinator.train()
File "E:\AI\RWNN\coordinator\coordinator.py", line 71, in train
fyi, loss = self.model.module.get_training_loss(data)
File "E:\AI\RWNN\coordinator\wrapper.py", line 26, in get_training_loss
res, ne = self.alg(inp, layer = self.decode_depth, show_ne = True)
File "E:\AI\RWNN\coordinator\wrapper_algorithms.py", line 16, in dae
[cn, dn], nes = self.transform_net.forward(x, map = map, J = layer)
File "E:\AI\RWNN\models\transform_model.py", line 35, in forward
x, yd = self.inn(x, ne)
File "E:\AI\RWNN\env\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
File "E:\AI\RWNN\models\inn.py", line 14, in forward
x = lift(x, sigma)
File "E:\AI\RWNN\env\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
File "E:\AI\RWNN\models\inn.py", line 40, in forward
c = c + self.u(nd, sigma)
File "E:\AI\RWNN\env\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
File "E:\AI\RWNN\models\inn.py", line 68, in forward
return self.net(x, sigma)
File "E:\AI\RWNN\env\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)

nvrtc compilation failed:

#define NAN __int_as_float(0x7fffffff)
#define POS_INFINITY __int_as_float(0x7f800000)
#define NEG_INFINITY __int_as_float(0xff800000)

template
device T maximum(T a, T b) {
return isnan(a) ? a : (a > b ? a : b);
}

template
device T minimum(T a, T b) {
return isnan(a) ? a : (a < b ? a : b);
}

extern "C" global
void fused_mul_add_relu(float* tout_7, float* tthreshold_2, float* tsigma_1, float* aten_relu) {
{
float tout_7_1 = __ldg(tout_7 + (long long)(threadIdx.x) + 512ll * (long long)(blockIdx.x));
float tthreshold_2_1 = __ldg(tthreshold_2 + (((long long)(threadIdx.x) + 512ll * (long long)(blockIdx.x)) / 1024ll) % 32ll);
float tsigma_1_1 = __ldg(tsigma_1 + 0ll);
aten_relu[(long long)(threadIdx.x) + 512ll * (long long)(blockIdx.x)] = tout_7_1 + tthreshold_2_1 * tsigma_1_1<0.f ? 0.f : tout_7_1 + tthreshold_2_1 * tsigma_1_1;
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.