Skip to content

Instantly share code, notes, and snippets.

@amiltonwong

amiltonwong/log Secret

Created July 31, 2017 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiltonwong/c1c6011a84c218ad6fcaf0eb5c7c70ad to your computer and use it in GitHub Desktop.
Save amiltonwong/c1c6011a84c218ad6fcaf0eb5c7c70ad to your computer and use it in GitHub Desktop.
Models will be saved in save_models/cityscapes/
Loading cityscape dataset
# of classes: 20
Classes are:
{
1 : "Unlabeled"
2 : "Road"
3 : "Sidewalk"
4 : "Building"
5 : "Wall"
6 : "Fence"
7 : "Pole"
8 : "TrafficLight"
9 : "TrafficSign"
10 : "Vegetation"
11 : "Terrain"
12 : "Sky"
13 : "Person"
14 : "Rider"
15 : "Car"
16 : "Truck"
17 : "Bus"
18 : "Train"
19 : "Motorcycle"
20 : "Bicycle"
}
tcmalloc: large alloc 18717081600 bytes == (nil) @ 0x7fb93c63ac4c 0x7fb93c63d547 0x7fb93c65ba02 0x7fb939fbce7a 0x7fb939fbe6a8 0x7fb939fd645f 0x7fb93a7d3f51 0x47fe2a 0x7fb93a5578f4 0x47fe2a 0x46e0b5 0x47fe2a 0x4711f0 0x47fe2a 0x46f8bd 0x40671f 0x47fe2a 0x46f937 0x404664 0x7fb93b6fff45 0x404736 (nil)
tcmalloc: large alloc 18717081600 bytes == (nil) @ 0x7fb93c63ac4c 0x7fb93c63d547 0x7fb93c65ba02 0x7fb939fbced2 0x7fb939fbe6a8 0x7fb939fd645f 0x7fb93a7d3f51 0x47fe2a 0x7fb93a5578f4 0x47fe2a 0x46e0b5 0x47fe2a 0x4711f0 0x47fe2a 0x46f8bd 0x40671f 0x47fe2a 0x46f937 0x404664 0x7fb93b6fff45 0x404736 (nil)
Loading cityscape dataset
# of classes: 20
Classes are:
{
1 : "Unlabeled"
2 : "Road"
3 : "Sidewalk"
4 : "Building"
5 : "Wall"
6 : "Fence"
7 : "Pole"
8 : "TrafficLight"
9 : "TrafficSign"
10 : "Vegetation"
11 : "Terrain"
12 : "Sky"
13 : "Person"
14 : "Rider"
15 : "Car"
16 : "Truck"
17 : "Bus"
18 : "Train"
19 : "Motorcycle"
20 : "Bicycle"
}
tcmalloc: large alloc 18717081600 bytes == (nil) @ 0x7fb93c63ac4c 0x7fb93c63d547 0x7fb93c65ba02 0x7fb939fbce7a 0x7fb939fbe6a8 0x7fb939fd645f 0x7fb93a7d3f51 0x47fe2a 0x7fb93a5578f4 0x47fe2a 0x4711f0 0x47fe2a 0x4711f0 0x47fe2a 0x46f8bd 0x40671f 0x47fe2a 0x46f937 0x404664 0x7fb93b6fff45 0x404736 (nil)
tcmalloc: large alloc 18717081600 bytes == (nil) @ 0x7fb93c63ac4c 0x7fb93c63d547 0x7fb93c65ba02 0x7fb939fbced2 0x7fb939fbe6a8 0x7fb939fd645f 0x7fb93a7d3f51 0x47fe2a 0x7fb93a5578f4 0x47fe2a 0x4711f0 0x47fe2a 0x4711f0 0x47fe2a 0x46f8bd 0x40671f 0x47fe2a 0x46f937 0x404664 0x7fb93b6fff45 0x404736 (nil)
/root/torch/install/bin/luajit: /root/torch/install/share/lua/5.1/trepl/init.lua:389: $ Torch: not enough memory: you tried to allocate 17GB. Buy new RAM! at /root/torch/pkg/torch/lib/TH/THGeneral.c:270
stack traceback:
[C]: in function 'error'
/root/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
main.lua:36: in main chunk
[C]: in function 'dofile'
/root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
[C]: at 0x00405e40
root@milton-OptiPlex-9010:/data/code/LinkNet#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment